gpt4 book ai didi

php - 注意第 10 行 : Undefined index: enroll in G:\xampp\htdocs\tg\1stSubmit. php

转载 作者:行者123 更新时间:2023-11-29 08:06:18 24 4
gpt4 key购买 nike

当我在mysql中插入数据时,会产生这个错误。

Notice: Undefined index: enroll in G:\xampp\htdocs\tg\1stSubmit.php on line 10

enroll是在 <input type="text" name="enroll"> 中定义的并在提交页面声明:

$a =  $POST['enroll'];
$sql="INSERT INTO student (e_no,f_name) VALUES ('$a','$b')";

最佳答案

使用

$a = $_POST['enroll'];

而不是

$a = $POST['enroll'];

关于php - 注意第 10 行 : Undefined index: enroll in G:\xampp\htdocs\tg\1stSubmit. php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22680012/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com