Re: [PHP] Here Document on Mac OS X

2002-11-12 Thread Pierre Vaudrey
Le mardi, 12 nov 2002, à 14:15 Europe/Paris, Jason Wong a écrit : On Tuesday 12 November 2002 20:05, Craig Buxton wrote: 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.ph

Re: [PHP] Here Document on Mac OS X

2002-11-12 Thread Jason Wong
On Tuesday 12 November 2002 20:05, Craig Buxton wrote: > 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... > > ENDOFE

Re: [PHP] Here Document on Mac OS X

2002-11-12 Thread @ Edwin
Hello, "Craig Buxton" <[EMAIL PROTECTED]> wrote: > 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... > > ENDOFECH

[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