how to fetch data from multiple tables MySQL
Posted
by faisal
on Stack Overflow
See other posts from Stack Overflow
or by faisal
Published on 2010-06-10T05:27:50Z
Indexed on
2010/06/10
5:32 UTC
Read the original article
Hit count: 224
hi all, I am looking some help in php+MySQL+jquery I have 2 tables
table1 table 1 have 4 colume (id, title, desc, thumb_img)
tabel2 table 2 have 3 colume(id, table1id, img)
I just want to compare 2 table with the value of $_get['QS']; and show the records from both (title, desc, img)
Looking forward for the help.:)
© Stack Overflow or respective owner