leegold2
Technical User
- Oct 10, 2004
- 116
$num_rows = 0;
If ($num_rows = 0) {....}
This does not work, but if I set it to 1 (one) it works. How do I test for zero?
Thanks
If ($num_rows = 0) {....}
This does not work, but if I set it to 1 (one) it works. How do I test for zero?
Thanks