Jump to content

Hello everybody


dineshthakur

Recommended Posts

I am new to php/mysql. I am using a database provided by someone else. One one page i need to show results with thumbnails. But the images are in a different table. the only common field is ID. But in first query i need to match state and city and from the result i need to find images for those properties from other table where it can be matched with property ID. If i use join then i need to mention state and city as search criteria which are not in second table so i do not get the required results. If i use first select from the first table and try to use another select statement in while loop to get image, it does not work. Please help.

Link to comment
https://forums.phpfreaks.com/topic/166926-hello-everybody/
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.