I have been searching the web for hours for a solution. I have tried CURL (host does not support it), fsockopen (Can't get it to work how I want).
Here is what I want to do:
I have a username/password stored in database.
I want to submit this username/pass with the POST method to another website script (not my site, I have no control over it).
It works great if I simply output a page with an HTML form and assign the "onload" to automaticaly submit the form but I am dealing with username/passwords and I would have to output the raw password as the "value=password" on the form. Even with a transparent redirect that is not good.
Any ideas?
Here is what I want to do:
I have a username/password stored in database.
I want to submit this username/pass with the POST method to another website script (not my site, I have no control over it).
It works great if I simply output a page with an HTML form and assign the "onload" to automaticaly submit the form but I am dealing with username/passwords and I would have to output the raw password as the "value=password" on the form. Even with a transparent redirect that is not good.
Any ideas?