Re: [PHP-DB] Problem with mysql_num_rows

2002-05-21 Thread Jason Wong
On Wednesday 22 May 2002 09:27, Todd Williamsen wrote: > I get an invalid argument when trying to create this output of pages to > limit to 20 records per pages. I removed the line and it stopped the > error, but the next and previous buttons will go on and on even if there is > no more records s

[PHP-DB] Problem with mysql_num_rows

2002-05-21 Thread Todd Williamsen
I get an invalid argument when trying to create this output of pages to limit to 20 records per pages. I removed the line and it stopped the error, but the next and previous buttons will go on and on even if there is no more records so I am thinking it is my mysql_num_rows() function I have gott