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>
世界只因有你2017-05-16 13:09:30
Set error reporting level. Add error_reporting(E_ERROR | E_WARNING | E_PARSE);
to the top of php.ini or php fileOr the variable must be $a=''; this is very troublesome.