|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-08 07:31 UTC] derick@php.net
[2001-05-08 09:42 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 14:00:01 2025 UTC |
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?