<?$bla = $_GET['table'];$query = mysql_query('SELECT * FROM $bla ORDER by msg_ID DESC') or die(mysql_error());?>