$_POST

$HTTP_POST_VARS [������]

$_POST -- $HTTP_POST_VARS [������]HTTP POST ����

˵��

�� HTTP POST ����� Content-Type �� application/x-www-form-urlencoded �� multipart/form-data ʱ���Ὣ�����Թ���������ʽ���뵱ǰ�ű���

$HTTP_POST_VARS ������ͬ����Ϣ����������һ����ȫ�ֱ����� (ע�� $HTTP_POST_VARS �� $_POST �Dz�ͬ�ı�����PHP �������ǵķ�ʽ��ͬ)

������־

�汾 ˵��
4.1.0 ���� $_POST������ $HTTP_POST_VARS��

����

Example #1 $_POST ����

<?php
echo 'Hello ' htmlspecialchars($_POST["name"]) . '!';
?>

�����û�ͨ�� HTTP POST ��ʽ�����˲��� name=Hannes

�������̵���������ڣ�

Hello Hannes!

ע��

Note:

"Superglobal"Ҳ��Ϊ�Զ�����ȫ�ֱ�������ͱ�ʾ���ڽű��������������ж��ǿ��õġ�����Ҫ�ں����򷽷����� global $variable; ����������