ahmed
August 24th, 2003, 07:21 PM
I'm trying to delete records from two tables (in the same db).. my query statement is structured like this:
delete from table_1 where id='7'; delete from table_2 where id='7'; Now, if I copy and paste that into phpmyadmin, it perfectly works. When it's part of my script it doesn't work, however :(
Anyone got a clue how to fix this? :)
delete from table_1 where id='7'; delete from table_2 where id='7'; Now, if I copy and paste that into phpmyadmin, it perfectly works. When it's part of my script it doesn't work, however :(
Anyone got a clue how to fix this? :)