Hi all,
I have code that should allow me to search multiple tables and fields in my MySQL database....
So far I only has these 2 tables.....
Table 1 is gzdata name, info, url
Table 2 is gzdata1 name, info, url
but I get an error.....
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/xxxx/xxxx/xxxxx/search2.php on line 47
line 47 is
$numrows=mysql_num_rows($numresults);
Im realy new to this and get very confused very easily, any help would be great.
Cheers
Lee
|