Execute a script via a URL but not from Browser
Posted: Sat Feb 28, 2004 6:07 am
Have a small script that I have created which is called via a 3rd party script, it then receives some variables via HTTP POST. I then want to pass some variables via a URL back to a third party script.
I tried using the headers("Location: http://........."); which works perfectly if i call it via the browser, but my problem is that i won't be calling it via the brower.
What command do i use to send the url?
I tried using the headers("Location: http://........."); which works perfectly if i call it via the browser, but my problem is that i won't be calling it via the brower.
What command do i use to send the url?