Re: [PHP] A Question with heredoc
ROTECTED] > Subject: [PHP] A Question with heredoc > > Hi > I'm writing a wrapper for some mailman archives and i'm trying to put > them message into a variable as in: > > $body = << text here. > EOF; > > But I'm getting an error because of
[PHP] A Question with heredoc
Hi I'm writing a wrapper for some mailman archives and i'm trying to put them message into a variable as in: $body = << Error: Warning: Unexpected character in input: '' (ASCII=12) state=5 in test.html on line 6 Is