免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 5500 | 回复: 9
打印 上一主题 下一主题

求教:php和html代码混用 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-12-20 18:54 |只看该作者 |倒序浏览
小弟新手,写了个代码,保存为1.htm,但是调用php 代码的地方总是不正确,请各位大侠慷慨指教,谢谢!

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--TOOLBAR_EXEMPT-->
<html><head><title>流量统计系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body><!-- start of masthead code -->
<DIV STYLE="HEIGHT: 34px; LEFT: 50px; POSITION: absolute; TOP: 128px; WIDTH: 650px;z-index:2">
<font size="2" color="#990000">◆</font><font color="#990000">当天超量名单</font>
</DIV>
<div style="LEFT: 20pxOSITION: absolute; TOP: 148px; WIDTH: 950px">
<table border="0" width="550" CELLSPACING="1" CELLPADDING="1" style="OSITION: relative">
<tr bgcolor="#666666" align="center">
                <td width="150"><font color="white">IP</font></td>
                <td width="200"><font color="white">日期</font></td>
                <td width="200"><font color="white">讯息</font></td>
</tr>
</table>
</div>





<div id="div1" style="LEFT: 20px;height:400;overflow:autoOSITION: absolute; TOP: 170px; WIDTH: 950px">   
<table id="tblbudget" border="0" width="550" CELLSPACING="1" CELLPADDING="1" style="OSITION: relative">

<?php
echo "
<tr bgcolor=\"#efefe7\" onmouseover='this.style.backgroundColor=\"#fffccc\"' onmouseout='this.style.backgroundColor=\"#efefe7\"'>
<td width=\"150\" align="center">210.70.151.146</td>
<td width=\"200\" align="center">2010/12/16 05:10:02</td>
<td width=\"200\" align=\"center\">(50.00M/50.00M)</td>
</tr>";
?>

</table>
</div>


<hr>
</body></html>

论坛徽章:
0
2 [报告]
发表于 2010-12-20 18:55 |只看该作者
以上代码主要 <?php ......?>中显示总是不正确,不晓得为何,谢谢各位大侠指教!

论坛徽章:
0
3 [报告]
发表于 2010-12-20 18:56 |只看该作者
php的部分再帖一次,刚才少贴了引号

<?php
echo "
<tr bgcolor=\"#efefe7\" onmouseover='this.style.backgroundColor=\"#fffccc\"' onmouseout='this.style.backgroundColor=\"#efefe7\"'>
<td width=\"150\" align=\"center\">210.70.151.146</td>
<td width=\"200\" align=\"center\">2010/12/16 05:10:02</td>
<td width=\"200\" align=\"center\">(50.00M/50.00M)</td>
</tr>";
?>

论坛徽章:
0
4 [报告]
发表于 2010-12-20 18:57 |只看该作者
这部分显示出来总是有问题,不大懂

论坛徽章:
0
5 [报告]
发表于 2010-12-21 14:24 |只看该作者
我也看不懂这是什么用的。。。。

论坛徽章:
0
6 [报告]
发表于 2010-12-21 17:04 |只看该作者
将1.html改为 1.php

论坛徽章:
0
7 [报告]
发表于 2010-12-21 17:50 |只看该作者
双引号要转义的

论坛徽章:
1
2015年迎新春徽章
日期:2015-03-04 09:58:11
8 [报告]
发表于 2010-12-23 22:01 |只看该作者
只调试php 代码,请加上table 标签;若全部保存为一文件,文件后缀要是.php 。

论坛徽章:
0
9 [报告]
发表于 2011-07-13 09:56 |只看该作者
6楼和8楼是正解

论坛徽章:
54
2017金鸡报晓
日期:2017-02-08 10:39:42操作系统版块每日发帖之星
日期:2016-03-08 06:20:00操作系统版块每日发帖之星
日期:2016-03-07 06:20:00操作系统版块每日发帖之星
日期:2016-02-22 06:20:00操作系统版块每日发帖之星
日期:2016-01-29 06:20:00操作系统版块每日发帖之星
日期:2016-01-27 06:20:00操作系统版块每日发帖之星
日期:2016-01-20 06:20:00操作系统版块每日发帖之星
日期:2016-01-06 06:20:0015-16赛季CBA联赛之江苏
日期:2015-12-21 20:00:24操作系统版块每日发帖之星
日期:2015-12-21 06:20:00IT运维版块每日发帖之星
日期:2015-11-17 06:20:002015亚冠之广州恒大
日期:2015-11-12 10:58:02
10 [报告]
发表于 2011-07-13 12:33 |只看该作者
引号比较乱啊!
一般是用单引号中包含双引号。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP