G
Guest
Guest
i just installed authlib program. i then tested it by registering, and got this as a result:
*****from my html:
*apparently, the script works for php 4.1, but my webserver is currently running php 4.2.1.
is there a way to tweak the script to make it run under php 4.2.1?
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/dekarab/public_html/balikbayanbox/postcards/backend.php on line 98
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/dekarab/public_html/balikbayanbox/postcards/backend.php on line 109
Error : Unknown database failure, please try later.
*****from my html:
98: $result = mysql_num_rows($query);
109: $result = mysql_num_rows($query);
*apparently, the script works for php 4.1, but my webserver is currently running php 4.2.1.
is there a way to tweak the script to make it run under php 4.2.1?