首页 > 开发 > PHP > 正文

在php中输出html代码

2024-05-04 22:53:33
字体:
来源:转载
供稿:网友
中国最大的web开发资源网站及技术社区,

<?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;
?>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表