Undefined index | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Undefined index

I got undefined index error on my php code, how to fix it

14th Jan 2021, 11:48 PM
Goodboy xD
Goodboy xD - avatar
2 Answers
+ 5
Post your code here ...
15th Jan 2021, 1:43 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 3
Open php. ini file in your favourite editor and search for text “error_reporting” the default value is E_ALL. You can change it to E_ALL & ~E_NOTICE. Now your PHP compiler will show all errors except 'Notice. All the best!
15th Jan 2021, 5:52 AM
Abhiyantā
Abhiyantā - avatar