Thread: php and mySQL
View Single Post
04-04-2007, 04:07 AM
#2
non-issue is offline non-issue
Status: I'm new around here
Join date: Aug 2006
Location:
Expertise:
Software:
 
Posts: 3
iTrader: 0 / 0%
 

non-issue is on a distinguished road

  Old

the actual function is called mysql_num_rows() not mysql_numrows() also, mysql_fetch_row() is better than mysql_result because it is returning the whole row.

check this out for more info http://us3.php.net/manual/en/function.mysql-result.php