Re: PHP Function to translate a URL into the URL that it is redirected to
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Sun, 26 Jun 2011 13:19:01 -0400
On 6/26/2011 11:50 AM, Charlie wrote:
I need a function FUNCTION(URL1) = URL2 to which URL1 is redirected.
And the answer is . . . ?
Thanks,
Charlie
What are you trying to do? PHP doesn't know anything about redirections other than being able to use the header() call to generate a redirection.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- Prev by Date: PHP Function to translate a URL into the URL that it is redirected to
- Previous by thread: PHP Function to translate a URL into the URL that it is redirected to
- Index(es):