Ok grazie finalmente ho risolto il mio problema
Cmq lo script che ho usato ècodice:<?php $boolean = true; if ($boolean) { ?> <html> <head> <title></title> <style type="text/css"> .style1 { color: #FFFFFF; } .style2 { color: #008000; } </style> </head><body><p align="center"><body bgcolor="#000000"> <span class="style1">Benvenuto in Thebestchat <? echo $login ?> !!!</span> <p align="center"><p align="center"> <span class="style1"><? echo $login ?> ecco il tuo Menù!!!</span> </p> 1)Vai in messaggi Privati 2)ChatRoom 3)Regolamento 4)Modifica Profilo <div class="sec" align="center" style="height: 36px"> <hr style="height: -43px" /><a href="index.htm"> Slogga<hr style="height: -12px" /></a> </div> <p align="center" class="style2">Powered by Raziel </body> </html> <?php } else { ?> <html> <head></head> <body> <p align=\"center\">NON HAI LOGGATO RIPROVA</p> <p align=\"center\"><a href=\"index.html\">Vai al login</a></p> <p align=\"center\"><a href=\"nuovoutente.php\">registrati</a></p> </body> </hmtl> <?php } ?>

Rispondi quotando