:) Hi Daniel,
I thought so.
From the previous query that I posted, I am now trying to call the id from manufacturers using the prod_id, using this statement;
Code:
SELECT * FROM manufacturers WHERE manufacturers_id = '$prod_id'
This works in SQL command but for some reason when calling from the main PHP page it falls into my error catch and outputs saying that there is not data in the manufacturers table.
The entire PHP is working still but not this bit...
Michael.