Codice PHP:
<?php
function redirect($url$tempo=0)
{
echo 
"<META HTTP-EQUIV=\"Refresh\" CONTENT=\"$tempo; URL=$url\">\n";
}
?>