05-07-2009, 12:19 AM
|
#17 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by Randy
Quick Note On Allworknoplay's idea:
worked just getting this error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\exotic\admin\settings.php on line 180
|
Give us your latest code because that is missing the ) too...
if(mysql_num_rows($update) > 0
if(mysql_num_rows($update) > 0 )
|
|
|
|