[PHP] Re: Heredocs

2007-08-29 Thread Al
Suggestion Write your code like this and you'll be less likely to err and your code will be more readable. You can even put variables inside the heredoc. string init method 3: heredocs Your test text txt; print $str; ?> RodgerW wrote: Are heredocs supported by PP 5.2.3 running in W

[PHP] Re: Heredocs

2007-08-29 Thread zerof
RodgerW escreveu: Are heredocs supported by PHP 5.2.3 running in WinXP/Apache2.2.4 ? I prrint via heredocs and its not working. Print with single quotes and double quotes work. string init method 3: heredocs END; ?> ---