php3-list | 199908
Date: 08/25/99
- Next message: Aaron Leon Kaplan: "[PHP3] page redirection - thanks"
- Previous message: Greg Breland: "[PHP3] File Downloads and Netscape"
- Maybe in reply to: Derek Sivers: "[PHP3] Sorry - here's that redirect script"
- Next in thread: Derek Sivers: "Re: [PHP3] Sorry - here's that redirect script"
- Reply: Derek Sivers: "Re: [PHP3] Sorry - here's that redirect script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Why is there a need for this?
If you want immediate redirection, use a header() call, if you want to delay
redirection, use a meta tag, the functionality to do this in virtually any
way is already in HTML and PHP. why add the overhead of a perl script just
to do redirection?
-Mitch
"When all your plans fail, backup, re-group and press on. The only real
failure is quitting..."
-----Original Message-----
From: Derek Sivers <list <email protected>>
To: php3 <email protected> <php3 <email protected>>
Date: Wednesday, August 25, 1999 1:32 PM
Subject: [PHP3] Sorry - here's that redirect script
>Sorry, list.
>That script I sent a minute ago botched in my Email.
>Instead of reposting the whole thing, go get the original from the
>author's website if you're interested...
>
>
>
> REDIR.PL 1.0 April 9, 1997
># Copyright (C) 1997 John Watson
># e-mail: john <email protected>
>#
># -----About-----
># REDIR.PL is a simple little CGI script that will redirect browsers to
># a new URL. It can display a page telling the user they are about to be
># redirected as well as log the redirect. This can be useful for
>tracking
># clicks through a web site or just a nice way to say adios to folks
># leaving your site.
>#
># The latest copy of this script and documentation can be obtained from
># http://www.watson-net.com/
>
>--
>PHP 3 Mailing List <http://www.php.net/>
>To unsubscribe, send an empty message to php3-unsubscribe <email protected>
>To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
>To search the mailing list archive, go to:
http://www.php.net/mailsearch.php3
>To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Aaron Leon Kaplan: "[PHP3] page redirection - thanks"
- Previous message: Greg Breland: "[PHP3] File Downloads and Netscape"
- Maybe in reply to: Derek Sivers: "[PHP3] Sorry - here's that redirect script"
- Next in thread: Derek Sivers: "Re: [PHP3] Sorry - here's that redirect script"
- Reply: Derek Sivers: "Re: [PHP3] Sorry - here's that redirect script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

