MySQL Transactions with PHP
Posted: Sun Sep 01, 2002 10:43 am
I remember reading a while back that PHP only allowed, for security reasons, one SQL statement to be executed at a time [excluding sub-queries] and that each SQL statement was always in auto-commit mode.
This being said, even if I were to use a transactionally-safe table type in MySQL, would it even be possible to use transactions within MySQL with a PHP front end?
I ask here because I haven't seen much information on it elsewhere [including the manuals].
This being said, even if I were to use a transactionally-safe table type in MySQL, would it even be possible to use transactions within MySQL with a PHP front end?
I ask here because I haven't seen much information on it elsewhere [including the manuals].