Becoming Digital wrote:
A question was raised on the MySQL list about implementing transactions with
PHP. I had planned on them for an upcoming project but I'd yet to figure out
how I'd coordinate things.
The original author's solution (slightly altered) was to make an array with all
the queries
A question was raised on the MySQL list about implementing transactions with
PHP. I had planned on them for an upcoming project but I'd yet to figure out
how I'd coordinate things.
The original author's solution (slightly altered) was to make an array with all
the queries and loop through them, s