PHP — heredoc
August 20, 2011
// start the string with 3 <‘s and then a word // it doesn’t have to be any particular string or length // but it’s common to make it in all caps. echo «< EOT in here is your string it has the same variable substitution rules as a double quoted string. when you end
Check it out…