Please Help.
I need to use a PHP script to Post data directly to another www server.
Doing this with HTML is simple, but I do not want some of the fields to be passed to the web browser for security purposes.
Hence the user will compete a HTML form that will be posted to a PHP script which will in turn modify and add data and then post to the other www server.
What PHP commands would I need to use to be able to do this?
Ideas Please?????