forward to different URL inc parameter data
-
I need to forward a URL with a query string, to another URL which uses differently named variables, but to take the data from the first to the second URL
eg
mysite.com/thisscript/[email protected]
then I need that URL to automatically forward to
theirsite.com/theirscript/?newname_email=”[email protected]
I dont need anything to show on the page with the script on my site – only to quickly forward to the 2nd URL.
How can I do that please?
You must be logged in to reply to this topic.