ibalik wrote: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.
*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?
check what mysql want?
I have this Error just when I made mistake in names of data base or tables...
for exemple I have data base which has name equipment and whan i want connect by this code i got error
$link=mysql_connect("localhost", "pejone", "mypassword");
mysql_select_db("quipment", $link); // here is error
try to check all names of your daba bases, tables, users, passwords, hosts, may be you like me make some where mistake...

