Posted by Manuel Lemos on 12/31/07 00:02
Hello,
on 12/30/2007 08:09 PM Edward Hass said the following:
> 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.
You may want to take a look at this popular HTTP client class:
http://www.phpclasses.org/httpclient
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|