Re: [PHP] Re: heredoc syntax

2004-10-20 Thread Rory Browne
What OS are you using? On windows, you may have problems with the \r\n newline system. I read somewhere that the heredoc syntax requires the use of unix-style \n's Are you getting any error messages. If it didn't work you should get a syntax error. If so what was it? On Wed, 20 Oct 2004 20:46:54

[PHP] Re: heredoc syntax

2004-10-20 Thread Matthew Weier O'Phinney
* Adil <[EMAIL PROTECTED]>: > anyone know why heredoc syntax might not work with php5/apache installed. I > can't get even the simplest strings in heredoc syntax to work and I've tried > just cutting and pasting other peoples stuff in that syntax as well, and > still no luck I use heredocs pretty

[PHP] Re: heredoc syntax

2004-10-20 Thread M. Sokolewicz
Adil wrote: anyone know why heredoc syntax might not work with php5/apache installed. I can't get even the simplest strings in heredoc syntax to work and I've tried just cutting and pasting other peoples stuff in that syntax as well, and still no luck thx. Adil. works fine here... using a 5.0.2-CV