Monk3h Posted May 5, 2008 Share Posted May 5, 2008 How would i order this: $msel = mysql_query("select * from players where tribe=$mytribe[id]"); while ($mem = mysql_fetch_array($msel)) { } By ID Ascending? Link to comment https://forums.phpfreaks.com/topic/104223-sql-fetch-question/ Share on other sites More sharing options...
rhodesa Posted May 5, 2008 Share Posted May 5, 2008 $msel = mysql_query("select * from players where tribe=$mytribe[id] order by ID"); Link to comment https://forums.phpfreaks.com/topic/104223-sql-fetch-question/#findComment-533572 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.