Printing large pieces of HTML markup inside the <?php ?> tags..?

"Jacob Kruger" <[email protected]>
Newsgroups gmane.comp.php.windows
Message-ID <1E4BC7E8F08D4C2EB58ABA79CB74D206@jakesPC>
Came across some code/script/markup similar to the following syntax, and not too sure if it falls under a specific template framework, etc.?:

<?php
    print <<<HTML
    <form method="POST" action="attendance.php">
    <table class="defaultTbl">
        <tr>
            <th colspan="2">Attendance Register Search</th>
        </tr>
        <tr>
            <td class="caption">$sDivisionName</td>
            <td>
HTML;
?>

That's just a piece of it, so don't worry about HTML markup missing pieces - more interested in print <<<HTML...HTML; part..?

Stay well

Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.