Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Submit form data

Status
Not open for further replies.

rob51383

Programmer
Jun 23, 2004
134
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top