Using MySQL multiple statements with PHP mysqli – Ulf Wendel

The series Using X with PHP mysqli continues. After notes on calling stored procedures and using prepared statements, its time for a multiple statement quickstart. A mighty tool, if used with care… Using Multiple Statements with mysqli MySQL optionally allows having multiple statements in one statement string. Sending multiple statements at ...

Read Full Post at Planet PHP