Re: PHP equivalent to XMLHtttpRequest functions



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/
.



Relevant Pages

  • Re: RSS Creator
    ... Metastorage - Data object relational mapping layer generator ... PHP Classes - Free ready to use OOP components written in PHP ...
    (php.general)
  • Re: Is an ORM tool really necessary for web applications?
    ... That is really not the role of Object Relational Mapping. ... to store and retrieve such structures from objects. ... The primary function of an ORM is not to generate SQL ... PHP Classes - Free ready to use OOP components written in PHP ...
    (comp.lang.php)
  • Re: How to Reverse DNS in PHP
    ... Manuel Lemos ... Metastorage - Data object relational mapping layer generator ... PHP Classes - Free ready to use OOP components written in PHP ...
    (comp.lang.php)
  • Re: Is an ORM tool really necessary for web applications?
    ... That is really not the role of Object Relational Mapping. ... mapping means translating data structures into SQL statements ... to store and retrieve such structures from objects. ... PHP Classes - Free ready to use OOP components written in PHP ...
    (comp.lang.php)
  • Re: Handling animated GIFs with GD?
    ... Try Laszlo Zsidi GIF animation classes: ... Metastorage - Data object relational mapping layer generator ... PHP Classes - Free ready to use OOP components written in PHP ...
    (php.general)