ksmatthews Posted March 9, 2008 Share Posted March 9, 2008 I was wondering how to rollback (undo) a mysql DML query after it has been executed are there any dedicated mysql functions within the PHP API that do this ? regards, Steven M Link to comment https://forums.phpfreaks.com/topic/95236-mysql-rolllback-in-php5/ Share on other sites More sharing options...
trq Posted March 9, 2008 Share Posted March 9, 2008 If you are using the PDO interface you can use transactions. I'm not sure its possible however via the stand mysql* interfaces. Link to comment https://forums.phpfreaks.com/topic/95236-mysql-rolllback-in-php5/#findComment-487825 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.