Link to home
Start Free TrialLog in
Avatar of submissiontechnology
submissiontechnology

asked on

php form automation

Hello

Is there anyway i can automate a form with php so it automatically submits the form with out hitting the submit button?

Thanks Paul
ASKER CERTIFIED SOLUTION
Avatar of Diablo84
Diablo84

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of submissiontechnology
submissiontechnology

ASKER

Ok cool

But how could I submit the form with out going to the next page? ie streem the data
You might need to use curl for what you are doing which requires you to have the curl package installed on your server, see:

http://us2.php.net/manual/en/ref.curl.php

Theres an example of use here: http:Q_20743403.html
yeah I have used that b4 thanks
Any got any examples of how i would do it with curl?
Theres a nice example/tutorial here: http://www.phpfreaks.com/print.php?cmd=tutorial&tut_id=49

If you need more example of use i will let someone with more experience with curl help you out.

Best Wishes.
What do you want to trigger the submit?