09-27-2007, 11:52 PM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
|
Hmmm... I could be wrong here, but if I'm reading correctly, perhaps try something like so:
Code:
$var = fetch($query);
$var['whatever'];
To get values from an array, try a foreach loop
__________________
Not quite a n00b...
|
|
|
|