Forum: General
10-14-2005, 08:49 PM
|
|
Replies: 3
Views: 1,078
Thats great, thanks for the help.
1 problem. ...
Thats great, thanks for the help.
1 problem. How can I read the database backwards? The graph's high point is left now and I want it on the right. If I do the query ASC it pulls old information...
|
Forum: General
10-14-2005, 08:10 PM
|
|
Replies: 3
Views: 1,078
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],...
|