Debugging Tips
An excellent, general purpose PHP debug script is available at http://dbug.ospinto.com.
In the provided footer include files is a line of code that can be un-commented to include a debugging script:
// require_once('./inc/debug.php');
Enabling the display of debugging information in the page footer is safer and more convenient than editing the class file.
Also, inside the class file (phpMyEdit.class.php) you will find function execute() has a section of debugging code that can be uncommented.
PHP Form Generator Home
| PHP Form Generator Demo
|