$data = mysql_query ("SELECT * FROM clanforum ORDER BY time WHERE clan = '$clan'");
im trying to sort the data that i get from the database but im gettin this error:
mysql_fetch_array(): supplied argument is not a valid MySQL result resource
anybody knows y?
2006-06-16
16:23:59
·
3 answers
·
asked by
aryaxt
3
in
Computers & Internet
➔ Programming & Design
SELECT * FROM clanforum WHERE clan = '$clan' ORDER BY time
i used this and it fixed the problem but it still doesnt sort the data.
(im using time stamp for time)
2006-06-16
16:38:38 ·
update #1