This is a discussion on About XMLHTTP and PHP within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, all Is there anyone has the experience on using MS IE5 XMLHTTP request to get an XML object back ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
On 12/13/2003 01:12 PM, datactrl wrote: > Is there anyone has the experience on using MS IE5 XMLHTTP request to get an > XML object back from a PHP server. I mean the example code on php server > side. Thank you in advance! You do not need to use such Windows objects to make HTTP requests. You can try this class: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ |