[PHP] [suspicious - maybe spam] Using heredocs

2005-01-21 Thread Tim Burgan
Hello, I've just tried using heredocs [1] for the first time, but I am receiving parse errors always on the very last line of my document. The error is caused by my heredocs. Am I using it correctly? When I replaced the heredoc with a string.. everything worked again. Here's my code with heredocs

Re: [PHP] [suspicious - maybe spam] Using heredocs

2005-01-21 Thread Jochem Maas
Tim Burgan wrote: Hello, I've just tried using heredocs [1] for the first time, but I am receiving parse errors always on the very last line of my document. The error is caused by my heredocs. Am I using it correctly? When I replaced the heredoc with a string.. everything worked again. Here's my