Home  >  Article  >  Backend Development  >  php option下拉框报个syntax error错误

php option下拉框报个syntax error错误

WBOY
WBOYOriginal
2016-06-23 13:39:45807browse







   $yourpost=$_POST['hobby'];
   print_r  $yourpost;
?> 
报个Parse error:  syntax error, unexpected '$yourpost' (T_VARIABLE) in D:\apache2.4.10VC9\Apache24\htdocs\test\index.php on line 3的错。
请同学看一下哪里错了?


回复讨论(解决方案)

print_r ( $yourpost);
print_r 是函数

谢谢,研究一下那个select要带个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
Previous article:Yii2 Day 8 配置多版本PHPNext article:html2fpdf中文转换