Enabling PHP Error Messages for Troubleshooting If your PHP pages are not functioning properly it may be useful to enable error logging so that you can debug your code. PHP has two different methods of displaying errors; displaying errors live on the page and loggin errors to a file.
The first option, displaying live errors,...