I am using the following query:
$query = \"SELECT * FROM `$table[$a]` ORDER BY FIELD(typeof,\'pdf\',\'swf\',\'img\',\'web\')\";
to select a
$query = "SELECT * FROM `$table[$a]` ORDER BY FIELD(typeof,'pdf','swf','img','web'), name ASC";
Not sure if that'll work