View Single Post
Old 04-08-2009, 09:09 PM   #5 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

I do have a question for you.

You create this array to hold the data:

$results = array();


But I don't see anywhere in the function where you actually send the data to the $results array variable. Does PHP implicitly somehow do this behind the scenes?

Thanks..
allworknoplay is offline  
Reply With Quote