Page 1 of 1

Curl help needed

Posted: Sat Sep 14, 2002 8:40 am
by dahmak
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.

Posted: Sat Sep 14, 2002 9:53 am
by Takuma
So you just want a login script? Check out http://www.phpcomplete.com or http://www.phpbuiderl.com

Posted: Sat Sep 14, 2002 6:53 pm
by dahmak
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.