On 3/2/2013 11:56 AM, tamouse mailing lists wrote:
Ah, crikey, syntax error!!


$Body <<ENDOFMAIL

should be:

$Body = <<ENDOFMAIL

assignment operator necessary!!


AND...  it should have 3 <<< instead of 2 <<

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

--
Jim Lucas

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

Reply via email to