View Single Post
Old 12-08-2007, 06:05 PM   #3 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

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.
__________________

Village Idiot is offline  
Reply With Quote