From:             [EMAIL PROTECTED]
Operating system: solaris 7 sparc
PHP version:      4.0.5
PHP Bug Type:     Scripting Engine problem
Bug description:  posting XML data to the cgi-bin php script

Hi there again!

Im trying to post XML data to the chi-bin php script, that shold parse that data and 
deal with it tags!
So php catch all my stdin before! and I cant reach my XML!

Sorry that was my mistake about $PHP_POST_VARS it should be $HTTP_POST_VARS of course.

if I do fopen("php://stdin", "r") I'll read nothing!!!
because of php did it before!

what is the best way to solve it?


-- 
Edit Bug report at: http://bugs.php.net/?id=10729&edit=1



-- 
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