Thread: fetch function
View Single Post
Old 09-27-2007, 11:52 PM   #2 (permalink)
CMellor
The Acquainted
Upcoming Programmer 
 
CMellor's Avatar
 
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
CMellor is on a distinguished road
Default

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...
CMellor is offline  
Reply With Quote