nicelad_uk
08-28-2007, 08:19 PM
Hi there,
Wondered if anyone could help, this may be more php side than SQL, im not sure, it involves them both.
I have an SQL querie that is used to delete records from a database, it is as follows:
DELETE FROM categories WHERE category=$category
The $category is generated from a drop down box (select/option in a HTML form) which is populated by a DISTINCT(category) statement.
Now the only problem I have is that there is a record in the database called 'Plumbing & Heating' and when this record is selected the SQL statement trys to delete all records where the category=Plumbing and not the full Plumbing & Heating.
Anyone else come across this problem and been able to resolve it?
Thanks
Wondered if anyone could help, this may be more php side than SQL, im not sure, it involves them both.
I have an SQL querie that is used to delete records from a database, it is as follows:
DELETE FROM categories WHERE category=$category
The $category is generated from a drop down box (select/option in a HTML form) which is populated by a DISTINCT(category) statement.
Now the only problem I have is that there is a record in the database called 'Plumbing & Heating' and when this record is selected the SQL statement trys to delete all records where the category=Plumbing and not the full Plumbing & Heating.
Anyone else come across this problem and been able to resolve it?
Thanks