stop default error messages in xampp
by Ramya[ Edit ] 2011-08-01 17:25:10
Stop default error messages in xampp:
Sometimes when we get default error messages like,
"Notice: Undefined Index,etc,.."
Move to php.ini file.
* If you have installed xampp, then move to XAMPP/PHP/php.ini file.
* Search for the line "display_errors=On".
* Change it to Off
* Restart Apache and run the file.
Now you wont get default error messages........