[PHP] re: echo w/ here document

2002-11-12 Thread Craig Buxton
I'm still having a problem with including a here document. Trying this code: echo << hello... hello... hello... hello... ENDOFECHO; ?> I get a parse error on line 7. Please help. I have a major project that has ground to a halt. Craig Buxton Gravity Pilot Productions [E

[PHP] Here Document on Mac OS X

2002-11-12 Thread Craig Buxton
I have been trying to include an echo statement incorporating a here document on pages being served by my Mac OS X (v10.1.5) and Apache (v1.3) When I try to browse test.php, which contains... echo<< hello...hello... ENDOFECHO; ?> I get a parse error. When I upload it to my ISP it works as e

[PHP] echo w/ here document

2002-11-11 Thread Craig Buxton
er, but I can't find where I've gone wrong. Any help would be greatly appreciated. Craig Buxton Gravity Pilot Productions [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php