* 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 extensively for SQL, and have had no problems with
it in PHP5. Are you sure you're forming the heredoc correctly --
regarding whitespace and punctuation? For reference:

http://php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc

-- 
Matthew Weier O'Phinney           | mailto:[EMAIL PROTECTED]
Webmaster and IT Specialist       | http://www.garden.org
National Gardening Association    | http://www.kidsgardening.com
802-863-5251 x156                 | http://nationalgardenmonth.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to