View Single Post
  #4 (permalink)  
Old July 12th, 2004, 12:55 PM
Daniel Walker Daniel Walker is offline
Friend of Wrox
Points: 531, Level: 8
Points: 531, Level: 8 Points: 531, Level: 8 Points: 531, Level: 8
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2003
Location: , , United Kingdom.
Posts: 256
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Yes, that certainly makes sense, and it's something I do a lot of - especially when the results come form massive correlated subqueries. Like I say, you can handle the resultset as what it is: an associative array (at least, it's associative, if that's how you have fetch_array set to work, which from my reading you code abovce, I take it it is).

Take it easy,
Dan
Reply With Quote