明輝手游網(wǎng)中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!

在php中輸出html代碼

[摘要]<?phpecho <<< EOT <table width=80% border="2" cellpadding="3" cellspacing="0" bordercolo...

<?php
echo <<< EOT
                 <table width=80% border="2" cellpadding="3" cellspacing="0" bordercolor="#808080">
                <tr bgcolor="#84A9E1">
                <td align="center">ClassID</td>
                <td align="center">stuno</td>
                <td  align="center">學生姓名</td>
                <td align="center">家長姓名</td>
                <td align="center">家長手機號</td>
                </tr>
EOT;
?>