I'm sorry but we cannot connect with the server at the moment. Please try the link again"); mysql_select_db (music); $result=mysql_query(" SELECT *, music_ID*0+RAND() as rand_ord FROM editions WHERE genre_ID='1' AND midi NOT LIKE '' ORDER BY rand_ord "); $row=mysql_fetch_array($result); $midi_file=$row["midi"]; print""; ?>