> From:             [EMAIL PROTECTED]
> Operating system: Any
> PHP version:      4.0.5
> PHP Bug Type:     Feature/Change Request
> Bug description:  Need way to load sent XML
>
> There appears to be no way to load an XML string that was sent to a PHP
> page with a content-type: text/xml. What I think could be appropriate is
> a function xml_load_from_request(). Then, a client could post a request
> without having to go through the trouble of form-encoding it.
>

Try using $HTTP_RAW_POST_DATA. Stuff that was POSTed with a content type
that isn't recognized by PHP will be placed there.

Chris


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to