Some trouble with register.php
Posted: Sun Nov 11, 2012 6:46 am
So i built a login system but there's an error I keep getting when a user registers wrong
it says :
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/brian_utxt/brian.urbantxt.org/core/inc/user.inc.php on line 9
and line 9 is:
return (mysql_result($total, 0) == '1') ? true : false;
Please help!!
it says :
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/brian_utxt/brian.urbantxt.org/core/inc/user.inc.php on line 9
and line 9 is:
return (mysql_result($total, 0) == '1') ? true : false;
Please help!!