Codice PHP:
<?php
$risultato 
mysql_query("SELECT * WHERE 1=1")
    or die(
"[*]Errore numero: " mysql_errno()."[*]Errore: " mysql_error());
?>