Posted by Jerry Stuckle on 11/21/07 20:39
James A wrote:
> Hi,
>
> Could someone please suggest the basic steps I need to take to automatically
> submit a set of data to an online form using PHP? These are basic HTML forms
> with text fields and option lists, and the form method is Post. I would like
> to automate the submission process. Do I need to set up a dummy form on a
> page of my own with the same input fields, populate their values, and then
> use the action of the form I am trying to submit to? Or is there another
> way?
>
> Many thanks.
>
> --
> James
>
>
>
James,
Check out the cURL extension to PHP. It will do what you want.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|