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

WBOY
Release: 2016-06-13 12:39:00
Original
827 people have browsed it

$_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 "
";
?>

 
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