Deleting data from different tables
Posted: Wed Aug 25, 2004 1:46 pm
Code: Select all
DELETE FROM products, colors_to_products WHERE products.product_id='{$_POSTї'product_id']}'A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
DELETE FROM products, colors_to_products WHERE products.product_id='{$_POSTї'product_id']}'