howdy.

i have a mysql backed php application.
has anyone ever come up with a (however kludgy) undo functionality for mysql in a php 
app? based on keeping a history somewhere?
based on the update log?

i'm thinking of just making some innodb tables, using transactions, and forcing my 
users to commit after each write.

please let me know if there are any other possibilities...

thanks!


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to