Can you post data from PHP.
- by Simon
I need to post data from PHP to another site.
Example: You goto start.com/auto-login-hack (via GET)... then PHP sets the right headers etc. and sends you via POST to 3rdparty.com/login.php with login credentials...
I have done this is the past by having an HTML form and an onload script that submits the form to the destination...
I don't know enough about headers etc... is this possible... can anyone link an example... by search skills just turned up how to use $_POST...
Thanks...