Rather weird warning (result)
Posted: Wed Oct 19, 2011 9:50 pm
I'm trying to insert a "list" in my table and it works perfectly locally but when I uploaded it to my one of my hosts it just broke.
I get this error,
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/ecazs/public_html/public_list/core/func/data.func.php on line 24
And this is line 24.
I get this error,
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/ecazs/public_html/public_list/core/func/data.func.php on line 24
And this is line 24.
return(mysql_result($total, 0) == '1') ? true : false;I dunno why, the PHP version run on the host is 5.2.xx not sure what the last two numbers were :S