hello,
I have a huge PHP process that takes a bunch of info and dumps it all into an XML file.
Now that my XML file is being generated by my PHP script I need to POST the entire file to a CGI script on another server.
Can anyone give me an example of some code on how I would do this?
Any coding exmaples are greatly appreciated!
Thanks in advance!