Re: [PHP] how can I get the post content in php

2001-11-15 Thread Yorgo Sun
thinks I finded it by review the soure code. try it's empty. then think have and other way. so got your explain. I just try the older version or waitting the php4.1.0 -- Yorgo Sun Project Manager Technology Dept. Tom.com Email:[EMAIL PROTECTED] Mobile:13701243390 Phone:65283399-121 TomQ ID:yorg

Re: [PHP] how can I get the post content in php

2001-11-15 Thread Andrey Hristov
$HTTP_RAW_POST_DATA (problems with 4.0.6 because in it some changes had been made). If the content type is known by PHP then this var is empty, otherwise you have the data in it. Works perfect with 4.0.0. I think that since 4.0.7 there is a ini option about that Regards, On Thursday 15 Nove