|
|
|
|
|
|

advertisements
|
|
 |
| |
Notice: Undefined variable: journalid in /home/rupiapay/public_html/books/journal_details.php on line 63
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7select distinct(p.productName) title,cat.name ctitle,seasonss,longDescription,p.productID,p.image1,countryName,pb.name publisher from journals b
inner join products p on b.productID = p.productID
inner join categories cat on cat.categoryID = p.categoryID
inner join countries c on c.countryID = b.countryid
inner join publishers pb on pb.id = p.publisherid
inner join languages l on p.languageid = l.id
where p.productID = |