Source for file error.php

Documentation is available at error.php

  1. <?
  2. include('include/configINC.php');
  3.  
  4. //choose to show/hide this page errors
  5. $HidePageErrors TRUE;
  6.  
  7. //Create deliberate errors
  8. print $variable;
  9. $result 200/0;
  10. ?>

Documentation generated on Sat, 03 May 2008 19:47:45 -0700 by phpDocumentor 1.4.1