Is there a program that can run a PHP script and tell you where the errors are. Kind of like Java compiler? Cause everytime I have a small error it takes me forever to find it. Thanks
PHP does this itself. Just open your php.ini file and turn error reporting on.