Closed Thread Icon

Preserved Topic: php/ http-header redirect with time Pages that link to <a href="https://ozoneasylum.com/backlink?for=21107" title="Pages that link to Preserved Topic: php/ http-header redirect with time" rel="nofollow" >Preserved Topic: php/ http-header redirect with time\

 
Author Thread
GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 05-10-2002 16:42

i know there is the possibility to redirect to a page after lets say 3 seconds with php-headers, but i didnt find it on the manual and i dont want to read through w3c's http specification.

so how is the header to redirect to a location after 3 seconds?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 05-10-2002 19:00

<?php

header("Refresh: 3; URL=/index.php\n\n");
echo " "; // NN4 requires that we output something...
exit();

?>



GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 05-10-2002 23:07

thanks a lot man!

« BackwardsOnwards »

Show Forum Drop Down Menu