On 18.05.09 22:58, Evuraan wrote:
> Question:much like $_POST in php, used to collect values from a form
> sent with method="POST", is there a variable (like $QUERY_STRING in
> case of a GET) to grab data from a POST request?
> 
> I am trying to avoid having a php snippet to read form data. Like
> $QUERY_STRING in case of a GET, is there a variable for POST DATA.?

Are you using CGI? Then you must read the POST content from stdin.
However that's not "in apache" but "in CGI" then.
-- 
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Windows found: (R)emove, (E)rase, (D)elete

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to