View Single Post
Old 10-14-2005, 08:10 PM   #1 (permalink)
NixMaster
The Visitor
 
Join Date: Oct 2005
Posts: 2
Thanks: 0
NixMaster is on a distinguished road
Default SQL/Array question

I'm trying to create an array from a mysql query. For example

$query = mysql_query("SELECT id FROM users ORDER BY id DESC LIMIT 84");

now I need to create an array of the id's.

For example $id[0], $id[1] - $id[83].

Thanks.
NixMaster is offline  
Reply With Quote