i want to create the error logs but not to display it in browser.
Currently when an error or warning/notice is occurs, then logs is created and error is displayed to the browser but i want to force the system to not show the error message in browser to the site visitor but create the logs for me.
Thanks
If you want log custom errors:
else use user4035 way.
Add this to the top of your script:
Make sure you have something like this in your php.ini:
Or set them as run-time options with
ini_set()
May be try