php - Beginner's question: How to solve the Undefined index problem?
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-16 13:07:30
0
3
422

Beginner to PHP and mysql, follow the instructions in the book. But how to solve Undefined index? I checked online but nothing is very clear.
The following is a screenshot of my phpstorm code

< /p>

< /p>

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(3)
仅有的幸福

Use isset to determine whether there is this index in $_POST

Ty80

Do not place the input box inside the td tag

世界只因有你

Set error reporting level. Add error_reporting(E_ERROR | E_WARNING | E_PARSE);

to the top of php.ini or php file

Or the variable must be $a=''; this is very troublesome.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template