Salve , potreste aiutarmi a trovare l'errore in questo script grazie..
Codice PHP:
<?php
$sql
"SELECT * FROM Registrazione WHERE '".$_GET['id']."'";
$resultmysql_query($sql) OR DIE (mysql_error());
$rowmysql_fetch_array($result);
$coloriPermessi = array (
=> 'black',
=> 'red',
=> 'yellow',
=> 'green',
=> 'green'
);
echo 
'<font face="arial" size="3" color="\".$coloriPermessi[$row["permessi"]].\"">Emperon</font>';
?>