ShaolinF Posted November 24, 2009 Share Posted November 24, 2009 Hi Guys Does anyone know how I can implement transaction committ and rollback on my sql transactions ? Link to comment https://forums.phpfreaks.com/topic/182778-db-commit-rollback/ Share on other sites More sharing options...
chennaibala Posted November 24, 2009 Share Posted November 24, 2009 hi frd... $s1 = "INSERT INTO ..................." mysql_query($s1); mysql_query("COMMIT"); but no idea on roll back ShaolinF ... Link to comment https://forums.phpfreaks.com/topic/182778-db-commit-rollback/#findComment-964706 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.