dear all,
please help us mien for select data from two table with details as follows: 

primery tabel : bookcatalog
second table : pricelist

for seaching we will try to sort by price (in second table).

our databese details like this:

SELECT id, title, author from bookcatalog where isbn LIKE '%$query%' or title 
LIKE '%$query%' or author LIKE '%$query%'

for information id in bookcatalog and pricelist are same.

thanks a lot

Haidarpesebe

Reply via email to