Notice: Undefined index” Error in PHP

* Open php.ini as per your website php version (Normally php.ini available under C:\PHP or C:\Windows)
* By default “error_reporting = E_ALL; display all errors, warnings and notices” is enabled in php.ini file

change it to

;error_reporting  = E_ALL; display all errors, warnings and notices

and uncomment the line

error_reporting = E_ALL & ~E_NOTICE

* Click on save

This post has No comment. Add your own.

e-mail

*
To prove that you're not a bot, enter this code
Anti-Spam Image