|
You can get this functionality from a decent IDE like eclipse or Zend.
Failing that you can output error messages (line numbers etc) by inserting this line to the start of your php.
error_reporting(E_ALL);
Then any warnings error etc will be given on the page your running the script on.
Ibbo
|