View Single Post
Old 05-07-2009, 12:19 AM   #17 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by Randy View Post
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 )
allworknoplay is offline  
Reply With Quote