OK, grazie per il chiarimento :)
ecco la pagina menu.php:
Codice PHP:
<?php
include("config.php");
include("ctr.php");
echo "<html>
<head>
<link rel=\"stylesheet\" type=\"text/css\" href=\"./style.css\">
</head>
<body background="../../../home_file/sfondo.jpg" bgproperties="fixed" bgcolor="#2C1E00">
<font color=red size=2>
<div align=center class=ben>LOGIN EFFETTUATO - Benvenuto $nick!!!</div><br>
</font>
<center>
<br><br><br>
<a href="../canzoniere/canzoniere.html" target="main">
<span style='color:lime;text-decoration:none;text-underline:none'><font size=5><b>Canzoniere</b></font></span>
</a><br><br>
<a href=\"$p_u/trimestrale_gfm.php?nick=$nick&pw=$pw\" target=\"box\" class=lk><span style='color:lime;text-decoration:none;text-underline:none'><font size=5><b>Trimestrale Trimestrale Gennaio - Febbraio
- Marzo 2007</b></font></span></a><br><br>
<a href=\"$p_u/trimestrale_amg.php?nick=$nick&pw=$pw\" target=\"box\" class=lk><span style='color:lime;text-decoration:none;text-underline:none'><font size=5><b>Trimestrale Aprile - Maggio
- Giugno 2007</b></font></span></a><br><br>
<a href=\"$p_u/area3.php?nick=$nick&pw=$pw\" target=\"box\" class=lk>area3</a><br><br>
<a href=\"$p_u/area4.php?nick=$nick&pw=$pw\" target=\"box\" class=lk>area4</a><br><br>
<a href="http://www.lupetti.cngei.it/" target="_blank">
<span style='color:lime;text-decoration:none;text-underline:none'><font size=5><b>www.lupetti.cngei.it</b></font></span>
</a><br><br>
</center>
<!-- QUI' SOTTO E' POSSIBILE INSERIRE I LINK ALLE PAGINE AGGIUNTIVE COME SPIEGATO NEL \"README\"-->
<b>
<a href=\"$p_u/cam_pw.php?nick=$nick&pw=$pw\" class=lk ><font color=blue size=4>cambia password</font></a><br>
<a href=\"$home\" target=\"_parent\" class=lk><font color=blue size=4>homepage</font></a><br>
</b>
</body>
</html>";
?>