Codice PHP:
if($_SESSION['commenti'] == '0')
{
$errore = "Autorizzazioni insufficienti";
Header("Location: [url]http://www.linkes8.altervista.org/sezione.php?sezione=[/url]$sez&errore=$errore");
}
in pratica anche se in $_SESSION['commenti'] ho messo dentro la stringa "0" nn funge l IF.... PS: una matrice che contiene stringhe può anche contenere numeri?
URGENTISSIMO!