[PHP] posting XML to the cgi-bin php scripts!

2001-05-08 Thread ondi
ause of php did it before! what is the best way to solve it? Have a nice day! ondi. -- PHP General 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]

Re: [PHP] how to get RAW POST DATA!

2001-05-07 Thread ondi
What You mean? I cant read STDIN in cgi-bin module by my self? its worse that I thought : "Yasuo Ohgaki" wrote in message <9d0gam$rdu$[EMAIL PROTECTED]>... >This is not possible with current PHP. >If you search recent php-dev list archive, you will find some more inf

[PHP] how to get RAW POST DATA!

2001-05-04 Thread ondi
Hi there php people! Is there any way to get RAW POST DATA from cgi-bin php script with track_vars turned on? the array $HTTP_POST_VARS contains parsed data with "_" instead of spaces and split all RAW data by "=" !!! thats too bad! is there any other variable? Have a nice day! -- PHP Gener