Curl help needed

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dahmak
Forum Newbie
Posts: 2
Joined: Sat Sep 14, 2002 8:40 am

Curl help needed

Post 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.
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

So you just want a login script? Check out http://www.phpcomplete.com or http://www.phpbuiderl.com
dahmak
Forum Newbie
Posts: 2
Joined: Sat Sep 14, 2002 8:40 am

Post 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.
Post Reply