04-08-2009, 09:09 PM
|
#5 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
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..
|
|
|
|