Codice PHP:<?php
header( "refresh:5;url=wherever.php" );
echo 'You\'ll be redirected in about 5 secs. If not, click [url="wherever.php"]here[/url].';
?>
Codice PHP:<?php
header( "refresh:5;url=wherever.php" );
echo 'You\'ll be redirected in about 5 secs. If not, click [url="wherever.php"]here[/url].';
?>
eXvision