10-14-2005, 08:10 PM
|
#1 (permalink)
|
|
The Visitor
Join Date: Oct 2005
Posts: 2
Thanks: 0
|
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.
|
|
|
|