vtprogrammer has asked for the wisdom of the Perl Monks concerning the following question:
<script language="php"> function redirect($location) { /* routine to redirect the client to another location (safe for al +l browsers) */ header("Location: $location"); echo "<HTML><HEAD><META HTTP-EQUIV=\"REFRESH\" CONTENT=\"0;URL=$lo +cation\"></HEAD><BODY><A HREF=\"$location\">Click Here</A></BODY></HT +ML>"; exit; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(chromatic) Re: Redirection on a Website
by chromatic (Archbishop) on Jul 20, 2000 at 20:40 UTC | |
|
Re: Redirection on a Website
by cwest (Friar) on Jul 20, 2000 at 20:49 UTC | |
|
Re: Redirection on a Website
by le (Friar) on Jul 20, 2000 at 21:51 UTC |