Quote:
Originally Posted by williamh26
I cant get the data from mysql its is something wrong here, please help me
|
I assume your fetching the data from the products table ok?
If not, check to see if there is a value in $prodid.
If all the data is correct from the products table query,
then your probably saying that you aren't getting any results from the prod_details table.
The query I put together for the prod_details table was just an educated guess.
I of course was assuming that you have a prodid column in the prod_details table.
If you don't then the query won't work.
If all my assumptions so far are correct, and you aren't getting any results from the prod_details table, then what are the columns in the prod_details table?
There must be some way to tell what product details go to which product.