17-08-2009, 16:12
A oto rozwiązanie w PHP.
lub
Kod PHP:
<?php
header('Refresh: 4; url=http://strona.pl/'); // przekieruje po 4 sekundach
?>
lub
Kod PHP:
<?php
header('Location: http://strona.pl/'); // zostaniesz przekierowany gdy tylko kod dojdzie do tego miejsca
?>