12-08-2007, 06:05 PM
|
#3 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
To my knowledge (ive never tried the second way), you can't lump them all together. The only way to run more then one query is to use mysqli_query, which doesnt return a mysql resource (usable data).
Even if it was possible, I would recommend using one query are a time, just better code.
|
|
|
|