HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/quiz/modules/rating_htmlcode_tmp.php
<table align="center" style="width:100%" border="0">
    <tr>
        <td>
            <table>
                <tr>
                    <td valign="top" class="rating_preview"><?php echo PREVW ?> : </td>
                    <td ><?php echo $PREVIEW; ?></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td class="desc_text">
            <br>
            <?php echo PUT_THIS ?> (for single domain and intranet applications)
        </td>
    </tr>
    <tr>
        <td align="center">
            <textarea id="txtHtml" name="txtHtml" style="width:100%;height:250px"><?php echo htmlspecialchars($TEXTBOX) ?></textarea>
        </td>
    </tr>
     <tr>
        <td class="desc_text">
            <br>
            <?php echo PUT_THIS ?> (for all sites)
        </td>
    </tr>
    <tr>
        <td align="center">
            <textarea id="txtHtml" name="txtHtml" style="width:100%;height:250px"><?php echo htmlspecialchars($TEXTBOX2) ?></textarea>
        </td>
    </tr>
    <tr>
        <td>
            <a href="?module=ratings"><?php echo BACK_TO_RAT ?></a>
            &nbsp;
            <a href="?module=add_edit_rating&id=<?php echo $id ?>"><?php echo EDIT_THIS_RAT ?></a>
        </td>
    </tr>
</table>