Posts: 1,168
Name: Dragos-Valentin
Location: Cluj-Napoca, RO
|
that doesn't work compmodder26... tried that before posting.
Code:
DELETE categorii, produse FROM categorii, produse WHERE categorii.id_categorie = '$id'AND produse.id_categorie = '$id'
this does. found my solution. it was the specifications before FROM and adding table.column in the WHERE clause that i did wrong.
thank for the quick reply anyway  i don't have much time for this project and everything matters.
thread can be closed 
__________________
.
» Please remember to add to my Talkupation if you enjoyed my post. Thank you :)
.
Last edited by OmuCuSucu; 05-19-2005 at 04:41 PM..
|