Posted by Jerry Stuckle on 12/30/07 22:39
Edward Hass wrote:
> Is there a PHP equivalent to the JavaScript XMLHttpRequest function:
> ......
> myrequest.open('POST', url, true);
> .......
> myrequest.send(data);
>
> In other words, I'd like to get data from another web page that needs to
> receive input via the POST method.
>
> Thanks,
> Edward Hass
>
>
>
Check out the cURL functions.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|