Posted by jamen on 11/22/06 11:29
Bruce A. Julseth wrote:
> I picked up someone elses code and it has the following in it:
>
> $curr_cat_name = <<< END
>
> in this area there is some unquoted HTML, followed by
>
> END:
>
> My Apache server doesn't like it.
END;
with a semicolon. And be aware:
semicolon _must_ be the last character on this line after END, not even
a space must be present
[Back to original message]
|