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

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

WBOY
WBOYOriginal
2016-06-13 11:43:37745browse

新手问题---关于一个参数的解释
初学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 '
'; 
} else { 
?> 

" method="POST"> 
    Name:  
 
    Email: 
 
    Beer: 
 
    
 
     
     
 

?>  
想请教一下前辈们,文本字段中的personal[name]代表什么意思?感谢
Statement:
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