I'm not sure about the scope of your project here but it might be more beneficial to store the manufacturer's info in one table, and the products in another table and give the product table a field called mfg_id which is a foreign key to the manufacturer's table.. From then you could have two queries:
?>