my forray into php and mysql continues, however I was making a page to list stuff from a mysql db an ran in to this error:
this is line 12
Anyone help a n00b?
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /mounted-storage/home41a/sub004/sc31310-WDJT/www/testsites/tourney/listplayers2.php on line 12
this is line 12
Code:
$rows = mysql_num_rows($result);
Anyone help a n00b?