I am looking for documentation on PHP <<< OUT
What exactly does this do and maybe an example of it's use.
Example:
<?php
    echo <<<OUT
        <table>
            <tr></tr>
            <td></td>
        </table>
    OUT;
?>
Thanks in advance!
I am looking for documentation on PHP <<< OUT
What exactly does this do and maybe an example of it's use.
Example:
<?php
    echo <<<OUT
        <table>
            <tr></tr>
            <td></td>
        </table>
    OUT;
?>
Thanks in advance!
