明輝手游網(wǎng)中心:是一個(gè)免費(fèi)提供流行視頻軟件教程、在線學(xué)習(xí)分享的學(xué)習(xí)平臺(tái)!

在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">學(xué)生姓名</td>
                <td align="center">家長(zhǎng)姓名</td>
                <td align="center">家長(zhǎng)手機(jī)號(hào)</td>
                </tr>
EOT;
?>





標(biāo)簽:在php中輸出html代碼 

相關(guān)文章