View Single Post
Old 07-16-2009, 02:02 PM   #4 (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

Making it into one query will make it run far faster. It will work for methods like this, but PHP does not allow more than one command per mysql_query. I consider this one of PHPs weak points since as you get more advanced with SQL, multiple queries become the best way to do things.
__________________

Village Idiot is offline  
Reply With Quote