Home >Backend Development >PHP Tutorial > $_POST['text']获取表单输入框里的内容失败,咋回事

$_POST['text']获取表单输入框里的内容失败,咋回事

WBOY
WBOYOriginal
2016-06-13 12:39:00861browse

$_POST['text']获取表单输入框里的内容失败,怎么回事

本帖最后由 xuzuning 于 2012-05-14 16:17:54 编辑
修改为:



xiugaipop.php内容如下:
 
echo "n1=";
echo $n1=$_GET['id'];
echo "
";

echo "n2=";
echo $n2=$_GET['c'];
echo "
";


echo $_POST['text'];
echo "
";
?>

 
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