Jump to content

Query on several tables - how to do this?


xwishmasterx

Recommended Posts

I am trying to create a little code, and need to get info from more than one table, preferable like so:

 

$query  = "SELECT xxx FROM xxx WHERE xxx="xxx" ..........

then do stuff here.

 

$query  = "SELECT yyy FROM yyy WHERE yyy="yyy" ..........

 

how to do this the right way?

Link to comment
https://forums.phpfreaks.com/topic/232580-query-on-several-tables-how-to-do-this/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.