View Single Post
  #1 (permalink)  
Old 2003-06-10, 03:40 PM
ld0121 ld0121 is offline
Junior Member
 
Join Date: Jun 2003
Posts: 2
ld0121
Default

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
Reply With Quote
Sponsored Links