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
« How to Import/Export MSSQL 2000 database? | mail(): Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini »

