
December 26th, 2005, 09:56 PM
|
|
Registered User
|
|
Join Date: Dec 2005
Posts: 1
Time spent in forums: 1 h 10 m 15 sec
Reputation Power: 0
|
|
|
PHP script to fill in forms
Never mind, I found an answer on another forum.
Thanks anyway.
---Original message:---
How would I go about writing a PHP script that fills out forms and submits them?
I know the fields in the form and the values that need to be put into them, so it will be for a specific form. The form method is post.
Can I use file_get_contents somehow or do I have to go into using sockets and http headers?
I don't care if I end up writing a kludge, as long as it doesn't take me all night. 
Any help would be appreciated,
Thanks
Last edited by gopher292 : December 27th, 2005 at 03:26 PM.
|