|
Posted by James A on 11/21/07 20:49
"Jerry Stuckle" <jstucklex@attglobal.net> wrote in message
news:u7KdnW4ks94MCtnanZ2dnUVZ_vninZ2d@comcast.com...
> 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
> ==================
>
Navigation:
[Reply to this message]
|