
Multiple MySQL queries in one call
Thursday, April 11th, 2002
[Note – this post was written in 2002. Things have changed since then – check your docs]
What the hell good is a sql call that is limited to a single query? I find that PHP’s mysql_query() won’t take multiple statements. Makes for some unnecessarily wordy code. I found a good snippet in PHP.net’s online manual annotations, though…
Read the rest of this entry ?
[Note – this post was written in 2002. Things have changed since then – check your docs]
What the hell good is a sql call that is limited to a single query? I find that PHP’s mysql_query() won’t take multiple statements. Makes for some unnecessarily wordy code. I found a good snippet in PHP.net’s online manual annotations, though…
Read the rest of this entry ?
