$result = mysql_query("SELECT * FROM products WHERE product_code='$id'");

i dont know whats the error here.

please help me

Recommended Answers

All 4 Replies

It means that either the column 'product_code' or the table 'products' does not exist, duh ;)

~G

i have product table and product code already

i think i got to restart this server...thanks for the help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.