What is the most optimally way to emulate "transactions" in conjunction MyISAM+PHP ( giving the opportunity to have "start","commit","rollback" "transactions" with DB) ? Or advise any ready solution for it. Due to implementation of the system is not possible change MyISAM to InnoDB on this moment.
Thanks.