Ciao a tutti,
qualcuno saprebbe dirmi perchè il seguente codice in locale non fa una piega e in remoto non va?
<html>
<head>
<title>presentazione</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
IL NETWORK</p>
GESTIONE </p>
MISSION
UTENTI
<?
if ($network=="network")
print"
1) IL NETWORK
";
if ($gestione=="gestione")
print"
2) GESTIONE
";
if ($mission=="mission")
print "
3) MISSION
";
if ($utenti=="utenti")
print "
4) DESTINATARI
";
?>
</body>
</html>
Ossia in remoto cliccando sui collegamenti non viene stampato il relativo contenuto presente dopo l'istruzione if.
Grazie a tutti.