sql problem
Posted: Sun Jul 11, 2004 10:43 pm
i'm strikin out 2night...
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/fleet54/public_html/ezp2/global_fns.php on line 160
any help is appreciated
~FCB
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/fleet54/public_html/ezp2/global_fns.php on line 160
Code: Select all
$h1 = mysql_query("select * from '$table' where type = 1");
$q1 = mysql_num_rows($h1);~FCB