Home >Backend Development >PHP Tutorial >php添加文章部分代码求解解决方案

php添加文章部分代码求解解决方案

WBOY
WBOYOriginal
2016-06-13 10:16:361181browse

php添加文章部分代码求解
1,addarticle.php




 


 




2,addarticleProcess.php


echo $_POST['B1'];

?>

点击提交后,显示 
 Notice: Undefined index: B1 in D:\wamp1\www\blog\addarticleProcess.php on line 3

这和添加文章代码不行啊,求解决方案

------解决方案--------------------
可能是这儿多了一个双引号导致后面的解析错误了
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