The superglobal array will contain fields with the CGI parameter values named according to the name attribute of the respective input field in the form.
superglobal数组将根据表单中各个输入字段的name属性,来包含带有指定cgi参数值的字段。
When a PHP script is the target action of an HTML element, CGI parameters are automatically converted into members of the $_GET[] or $_POST[] superglobal arrays available within the PHP script.
当 PHP 脚本是某个 HTML 元素的目标动作时,CGI 参数就自动转换成可在 PHP 脚本内使用的 $_GET[] 或 $_POST[] superglobal 数组的成员。
应用推荐