I have recently installed apache 2, php4 on my Mac with OS 10.2. I can view a simple test php page just fine, but am having trouble with using the echo <<<. My files work fine on my PC and online, but now that I have downloaded them to my Mac, I get parse errors wherever I try to print out a large block of HTML between echo <<<html_blob and html_blob;
As I mentioned, these files work without flaw on my other computer. Is this no longer supported in newer versions of PHP? Is this a configuration problem?