Hi,
I need a curl example to do the following:
I have a webpage where one can fill out a form and when the user submits the form, the php script should be able to login to a remote server and then fill a form on the remote server based on the data filled on the original form.
Any help would be appreciated.
Curl help needed
Moderator: General Moderators
So you just want a login script? Check out http://www.phpcomplete.com or http://www.phpbuiderl.com
No, what I need is to be able to have somebody fill out a form on my server then the PHP script will take that data and post it on another form on a remote server, I need to do this so that I can post a job to different jobsites, and in some cases I will need the script to login before it can post the data.