The sql query is
$query = mysql_query( "SELECT * FROM games ORDER BY gamename" );
But it doesn't order them by the gamename. This is a sample of the database
id (int) | gamename (text) | gameurl (varchar) | width (int) | height (int)
1--------- Copter ---------- copter ----------- 100 ---------- 200--------
2--------- Adrenaline ------ adr -------------- 200 ---------- 300--------