Home > Backend Development > PHP Tutorial > 新手有关问题-关于一个参数的解释

新手有关问题-关于一个参数的解释

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 11:43:37
Original
814 people have browsed it

新手问题---关于一个参数的解释
初学php,在网上看到一个例子,如下:

<?php <br />if (isset($_POST['action']) && $_POST['action'] == 'submitted') { <br />    print '<pre class="brush:php;toolbar:false">'; <br /><br />    print_r($_POST); <br />    print '<a href="'. $_SERVER['PHP_SELF'] .'">Please try again</a>'; <br /><br />    print '
Copy after login
';
} else {
?>

Name:

Email:

Beer:






}
?>
想请教一下前辈们,文本字段中的personal[name]代表什么意思?感谢

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template