Re: $_POST equivalent env variable in apache

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Evuraan wrote:
Greetings..!

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

Short answer : no. Apache does not set up an environment value with the content of a POST.

But in fact the question does not make much sense.

In the case of a POST, the data may include, for instance, the whole content of a 30 MB uploaded file. There must exist some method in PHP to obtain this data, but that is a question best asked on a PHP forum.

---------------------------------------------------------------------
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-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux