How to enable error reporting in PHP
When you are developing something new in PHP you might want to enable error reporting so you can see what is going wrong and that you are working by the strict guidelines of PHP. With this you can enable displaying errors in your browser and you can also save it to an error log if […]