Re: [PHP-WIN] Printing large pieces of HTML markup inside the tags..?

2012-06-13 Thread Jacob Kruger
Yup, that's it - HEREDOC syntax is what was referring to - thanks - and, here's a better version of some output - since you don't seem to be able to specifically include PHP code itself within delimiters, although you can output variables, etc.: $var1 Captioncolumn

Re: [PHP-WIN] Printing large pieces of HTML markup inside the tags..?

2012-06-13 Thread Keith Davis
Are you referring to the HEREDOC syntax? http://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc Sent from my iPhone 4s On Jun 14, 2012, at 12:10 AM, "Jacob Kruger" wrote: > Came across some code/script/markup similar to the following syntax, and not > too

[PHP-WIN] Printing large pieces of HTML markup inside the tags..?

2012-06-13 Thread Jacob Kruger
Came across some code/script/markup similar to the following syntax, and not too sure if it falls under a specific template framework, etc.?: Attendance Register Search $sDivisionName HTML; ?> That's just a piece of it, so don