I am trying to call a php script B from script A.
However, when I do this with curl everything works fine except the url of the script is the url of script A. How can I make the URL the URL of script B
Is this possible with curl?
Any help would be greatly appreciated.
Thanks
Mario