questo in unico file non funziona?? mi pare un po stranoCodice PHP:
<?php function top() { ?>
<html>
<head>
<meta name=generator content="Script di freephp.it">
</head>
<body bgcolor=ffffff text=000000>
<font face=verdana,tahoma,arial size=-1>
<h1>FREEPHP.IT</h1>
<? }
function foot() { ?>
</font>
</body>
</html>
<?php }
top(); foot();
?>