Deleting data from different tables

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
bdeonline
Forum Commoner
Posts: 42
Joined: Sun Jul 18, 2004 10:45 am

Deleting data from different tables

Post by bdeonline »

Code: Select all

DELETE FROM products, colors_to_products WHERE products.product_id='{$_POSTї'product_id']}'
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

uhm.. ok?
AngusL
Forum Contributor
Posts: 155
Joined: Fri Aug 20, 2004 4:28 am
Location: Falkirk, Scotland

Post by AngusL »

And my psychic powers returned the following:

"Error 404:
File not Found"

Your question is?
Post Reply