Re: PHP equivalent to XMLHtttpRequest functions
- From: Manuel Lemos <mlemos@xxxxxxx>
- Date: Sun, 30 Dec 2007 22:02:46 -0200
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/
.
- References:
- PHP equivalent to XMLHtttpRequest functions
- From: Edward Hass
- PHP equivalent to XMLHtttpRequest functions
- Prev by Date: Re: PHP equivalent to XMLHtttpRequest functions
- Next by Date: Re: PHP/MySQL DB Scaling
- Previous by thread: Re: PHP equivalent to XMLHtttpRequest functions
- Index(es):
Relevant Pages
|
|