RE: [PHP] POST parsing troubles

2005-04-06 Thread Hodicska Gergely
I need to get all the X headears (which I can) plus the content from this POST. My problem is that the content is not a key/value pair, and so does not apear as a _POST[] variable http://hu2.php.net/manual/en/ini.core.php#ini.always-populate-raw-post-data Felh -- PHP General Mailing List

Re: [PHP] POST parsing troubles

2005-04-06 Thread kyriacos sakkas
Hodicska Gergely wrote: I need to get all the X headears (which I can) plus the content from this POST. My problem is that the content is not a key/value pair, and so does not apear as a _POST[] variable http://hu2.php.net/manual/en/ini.core.php#ini.always-populate-raw-post-data Felh

Re: [PHP] POST parsing troubles

2005-04-06 Thread kyriacos sakkas
Hodicska Gergely wrote: I need to get all the X headears (which I can) plus the content from this POST. My problem is that the content is not a key/value pair, and so does not apear as a _POST[] variable http://hu2.php.net/manual/en/ini.core.php#ini.always-populate-raw-post-data Felh