stop default error messages in xampp - Apache Views : 455
Tagged in : Apache
0 0
Send mail
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........Razz
Razz
By Ramya, On - 2011-08-01



    Login to add Comments .