sorry for the spelling :p what would an equivilent function for mysql: db_numrows($result);
I am trying to use this and it won't work. Any help is apreciatied.
For a list of MySQL functions, check out: http://www.phpbuilder.com/manual/ref.mysql.php
The function you're looking for is mysql_num_rows().
Hope this helps!
-Rich
Thanks, works like a charm. BTW I don't know why i just didn't do a seach on php.net