-
SitePoint Enthusiast
Hi, I want to try this statement on my site with no success. Can you help me out here?
$result = mysql_query("SELECT * FROM cameraslist, graphicssoundlist, displaylist, modemslist, networkinglist WHERE $string $s1,$s2", $db);
I can trying to select data from multiple tables.
-
What are you trying to do in your where clause?
$result = mysql_query("SELECT * FROM cameraslist, graphicssoundlist, displaylist, modemslist, networkinglist WHERE $string $s1,$s2", $db);
-
SitePoint Enthusiast
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote
/font><HR>Originally posted by freddydoesphp:
What are you trying to do in your where clause?
$result = mysql_query("SELECT * FROM cameraslist, graphicssoundlist, displaylist, modemslist, networkinglist WHERE $string $s1,$s2", $db);
<HR></BLOCKQUOTE>
Actually, I am trying to retieve data from the following tables: cameraslist, graphicssoundlist, displaylist, modemslist, networkinglist
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks