Ok grazie.

mi da comunque un errore ancora

Codice PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="style.css" rel="stylesheet" type="text/css" /> <title>||website ||</title> </head> 

 <body> 
<?php  $page = (htmlspecialchars($_GET['page'])) ? $_GET['page'] : "chi_sono";  
switch(
$page) { 
case 
chi_sono: echo 'Chi siamo....'; break; case dove_siamo: echo 'Dove siamo...'; break; } ?>  <div id="container">     <div id="header">       <ul>[*][url="http://www.ssss.com"]Home[/url]             [*][url="#"]Chi sono[/url]             [*][url="http://www.ssss.com"]Hobby&amp;Sport[/url]             [*]             [*]             [*][url="http://www.sss.com"]Contatti[/url]         [/list]</div>     <div id="content">   <div id="left">             <h1>Benvenuti                           Benvenuti                           </h1>                  

Don't forget to check [url="http://www.sss.com"]free website templates[/url] every day, because we add a new free website template almost daily.</p>          

You ca remove any link to our websites from this template you're free to use the template without linking back to us.</p>          

This is just a place holder so you can see how the site would look like.</p>          

This is a template designed by free website templates for you or free you can replace all the text by your own text.</p>                                       <h1>Photos</h1>             <div id="photos">             [url="http://www.sss.com"][img]images/photo1.jpg[/img][/url]             [url="http://www.sss.com"][img]images/photo2.jpg[/img][/url]             [url="http://www.sss.com"][img]images/photo3.jpg[/img][/url]             [url="http://www.sss.com"][img]images/photo4.jpg[/img][/url]             </div>         </div>         <div id="right">             <h2>Latest news</h2>             [url="http://www.sss.com"]Just Web Templates[/url]             

Even more websites all about website templates on Just Web Templates.</p>             [url="http://www.sss.com"]Template Beauty[/url]             

If you're looking for beautiful and professionally made templates you can find them at Template Beauty.</p>             [url="http://www.ssss.com/forum/"]The forum[/url]             

If you're having problems editing the template please don't hesitate to ask for help on the forum.</p>         </div>         <div id="footerline"></div>     </div>          <div id="footer">Copyright ©
     </div>          </div> </body> </html>