RE: [PHP] Trouble reading POST data that is not associated with a value.

2003-06-27 Thread Moore, Christie
Well, Marcus. Thanks to Mike I found out exactly how to do this. I am doing the same exact thing and now parsing throw my xml message without any problems. You have to add a value in your php.ini (normally located in the /usr/local/lib directory) file if it is turned off. You can see if the se

Re: [PHP] Trouble reading POST data that is not associated with a value.

2003-06-27 Thread Wendell Brown
On Fri, 27 Jun 2003 21:21:34 +0200, Marcus Akre wrote: >However the $_SERVER["CONTENT_LENGTH"] is between 300 and 400 bytes. The >data is there, but how can i access it? Maybe, $_SERVER["HTTP_RAW_POST_DATA"] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.