[Remove YOUR_CLOTHES to reply by email]
mysql_query("BEGIN", $dbh);
...
lots of sql statements here
...
mysql_query("ROLLBACK", $dbh);
OR
mysql_query("COMMIT", $dbh);
Otherwise, you can find my generic solution at the mysql function page in the PHP manual.