Jose Leon wrote: >>php -l will let you know where your syntax errors are. > > > What? > > Regards >
If you invoke the interpreter from the command line (CGI). You can use the -l flag to enable lint mode... that will check your script for parse errors. So in a way, PHP does have a "debug" mode. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php