select p.products_id,m.manufacturers_id, manufacturers_name from manufacturers m,products p where m.manufacturers_id=p.manufacturers_id and products_id=
1064 - 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 2

select p.products_id,m.manufacturers_id, manufacturers_name from manufacturers m,products p where m.manufacturers_id=p.manufacturers_id and products_id=

[TEP STOP]