> How is the sintaxe of this command????

Like, a database rollback?

That depends on the database, not on PHP.

Something not unlike this:

$query = "rollback";
mysql_query($query);

Only I dunno if the mysql team has that new transaction stuff they bought
really integrated yet or not, much less what the SQL syntax for it is.

Try http://mysql.org for documentation on their transaction support.

Don't miss the Zend Web Store's Grand Opening on January 23, 2001!
http://www.zend.com
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to