How to test and debug a PHP program
Testing and debugging goals
Three types of errors
Code with errors
Common errors
Using
echo()
as a debugging tool
Using a
$debug
varaiable as a debugging tool
Back