Turning On PHP Error Reporting


A good way to help you troubleshoot your php code is to use the helpful messages php returns when an error occurs.  To do this, enter the following code.

1
2
ini_set("display_errors","2");
ERROR_REPORTING(E_ALL);
  1. No comments yet.
(will not be published)
  1. No trackbacks yet.