Forum Moderators: coopster
question:
How do I write a PHP script that will run on mydomain.com and will parse the URL after the first?. The script would then redirect to theirdomain.com including the parsed URL info.
So,
[mydomain.com...]
Redirects to:
[theirdomain.com...]
[/i]the bold part is the parsed URL that is passed from the original URL[/i]
So, how would I retrieve the values in bold as variables that I can plug into the
Header('Location: part:
[mydomain.com...]