Hi,
Basically I am writing quite a long script and have come to an abrupt halt on one small problem!
I want to use a URL which is called by a server when another URL is passed to it. So for example when I call a GET on say:
www.domain.com/page
the actual URL gotten is:
www.domain.com/otherpage
now i need to use that other URL in my script, so ideally i need something that does...
...a GET on a url passed in through a querystring...
....find out what the actual URL gotten was....
...output the URL to the page
so far i am completley stuck on this!
Please help!