php表单提交为什么用get方式可以提交而post方式却不可以提交 30
php表单提交为什么用get方式可以提交而post方式却不可以提交,一直显示:Notice:Undefinedindex:forminC:\xampp\htdocs\in...
php表单提交为什么用get方式可以提交而post方式却不可以提交,一直显示:
Notice: Undefined index: form in C:\xampp\htdocs\index.php on line 2;
就是说post方式传值失败,是在不能理解,目录是在c:xampp/htdocs目录下的。
请解答下,非常感激。
html源码:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<form action="index.php" method="post" name="form">
<input type="text" >
<input type="submit" value="click me">
</form>
</body>
</html>
php源码:
1 <?php
2 echo 'hello:'.$_GET['form'];
3 ?> 展开
Notice: Undefined index: form in C:\xampp\htdocs\index.php on line 2;
就是说post方式传值失败,是在不能理解,目录是在c:xampp/htdocs目录下的。
请解答下,非常感激。
html源码:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<form action="index.php" method="post" name="form">
<input type="text" >
<input type="submit" value="click me">
</form>
</body>
</html>
php源码:
1 <?php
2 echo 'hello:'.$_GET['form'];
3 ?> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询