<?php
// example script
// just write these 3 line any where you expect / received an error
require_once("PhpDebugger.inc.php");
$phpDebugger = new PhpDebugger;
//$phpDebugger->displayDebuggingInformation();
$phpDebugger->displayDebuggingInformation(true);
?>
|