Posted by jiverbean on 01/08/07 00:22
jiverbean wrote:
> I have a similar problem with a PHP script not sending email. I get an
> error message with a syntax error T_VARIABLE missing in the line where
> the mail() function is.
>
> TIA
>
> jiverbean
> http://www.aibiver.com/
> aside from my PHP woes, I have some JavaScript issues, but that's
> another story
I looked up the PHP manual, and thought the issue was due to the
whitespace (tabs, and newlines) in the concatenation of the mail
header.
There was a semi-colon missing in the statement before the line with
the error message.
Thanks for your patience,
jiverbean
[Back to original message]
|