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...'

Reply via email to