Posted: Mon Aug 18, 2003 11:42 am
I get this error now.
Unknown column 'product_id' in 'where clause'
I was using that line of code because my main table is called "products."
That is where I am holding the the inormation for each product and setting the ID. Each table that I have in the array, I want to show up when the products table row comes up.
For example, I have product named "as." It is in the "products" table and it's ID is 1. When I go to that URL, I also want the table called "as" that holds all the information for that product. Does that make sense?
Unknown column 'product_id' in 'where clause'
I was using that line of code because my main table is called "products."
That is where I am holding the the inormation for each product and setting the ID. Each table that I have in the array, I want to show up when the products table row comes up.
For example, I have product named "as." It is in the "products" table and it's ID is 1. When I go to that URL, I also want the table called "as" that holds all the information for that product. Does that make sense?