Jump to content

3 ways


villain222

Recommended Posts

can someone, somewhere tell me what's wrong with this query?

 

"SELECT items.*, image.imageid, image.imagename, tickets.item, tickets.paypal, tickets.amount FROM (items LEFT JOIN image ON items.imageid = image.imageid) LEFT JOIN tickets ON tickets.item = items.id WHERE  items.id = $ticketItem"

 

double checked all table labels,  is the order wrong here?  can I use the specific rows or do i need to use the generic (*) for all on all 3 tables?

Link to comment
https://forums.phpfreaks.com/topic/237751-3-ways/
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.