Ciao a tutti!

Ho una tabella 1iscritti
Codice PHP:
$server 1;
$sql mysql_query("SELECT * FROM $server iscritti") or die(mysql_error());
Qual'è la giusta sintassi per richiamare la tabella "1iscritti",perchè come ho scritto io mi dice:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1 iscritti'' at line 1

Grazie