Hi All,
Don't know how many times I've had to track down a missing quote:
Either:
echo "Hello World;
or
echo "Hello World';
Is there any way to tell the php parse not to allow newlines in a string? I'm currently using error_reporting(E_ERROR| E_WARNING | E_PARSE | E_NOTICE). The E_NOTICE catches a few things but not this.