PHP and HttpRequest
Date: 05/26/05
(PHP Community) Keywords: php, xml, java
I've been doing a little studying into the javascrip HttpRequest object. In addition to not finding a good tutorial on the system, I haven't found anything about how to use it in combination with PHP.
The specific problem I have is that I need to send a large block of text to the server in order to get specialized list of data. Most of the examples I see either send the data via GET -- which wouldn't work for this size of data -- or through the use of a small bit of XML. Moreover, I'm not sure how to write the receiving script.
Can anyone enlighten me, or in the least, point me to a good tutorial?
Source: http://www.livejournal.com/community/php/300747.html