codice:
<?
ob_start();
?>
<html>
....
....
...
<?
header("Location: $url");
?>
...
...
</html>