📄 h7.php
字号:
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="34"><strong>下注结果</strong></td>
</tr>
</table>
<table width="600" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#000066">
<tr>
<td align="center" bgcolor="#57526b"><font color="#FFFFFF">号</font></td>
<td align="center" bgcolor="#57526b"><font color="#FFFFFF">时间</font></td>
<td align="center" bgcolor="#57526b"><font color="#FFFFFF">期数</font></td>
<td width="127" align="center" bgcolor="#57526b"><font color="#FFFFFF">类别</font></td>
<td width="127" align="center" bgcolor="#57526b"><font color="#FFFFFF">详细</font></td>
<td align="center" bgcolor="#57526b"><font color="#FFFFFF">注额</font></td>
<td align="center" bgcolor="#57526b"><font color="#FFFFFF">结果</font></td>
</tr>
<?php
$exec="Select * from ji where name='".$_SESSION['name']."' order by id";
mysql_query("set names gbk");
$resu=mysql_query($exec);
$i=1;
while($rs=mysql_fetch_object($resu))
{
?>
<tr>
<td align="center" bgcolor="#FFFFFF"><?php Echo $i;?></td>
<td align="center" bgcolor="#FFFFFF"><?php Echo $rs->tim;?></td>
<td align="center" bgcolor="#FFFFFF"><?php Echo $rs->qs;?></td>
<td align="center" bgcolor="#FFFFFF">
<?php Echo $rs->ma2;?><br>
<?php Echo $rs->sn;?></td>
<td align="center" bgcolor="#FFFFFF"><?php Echo $rs->sz2;?> @ <strong style="color:#FF0000"><?php Echo $rs->p2;?></strong></td>
<td align="center" bgcolor="#FFFFFF"><?php Echo $rs->jin;?></td>
<td align="center" bgcolor="#FFFFFF"><?php Echo $rs->jie+$rs->jie2;?></td>
</tr>
<?php
$i=$i+1;
$zz=$zz+$rs->jin;
$zzz=$zzz+($rs->jie+$rs->jie2);
}
mysql_close();
?>
<tr>
<td colspan="5" align="right" bgcolor="#e9e9e9">
<img src="p/p.jpg" width="22" height="20" align="absmiddle">
<a href="javascript:window.print()"><font color="#0000FF"><strong>打印</strong></font></a> </td>
<td align="center" bgcolor="#FFFFe0"><strong style="font-size:14px; color:#CC0000"><?php Echo $zz;?></strong></td>
<td align="center" bgcolor="#FFFFe0"><strong style="font-size:14px; color:#CC0000"><?php Echo $zzz;?></strong></td>
</tr>
</table>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><br><br>
<font style="font-size:12px; color:#808080">
(c) 保留所有权利 更多六合程序请访问:www.winsk.com QQ:58424431<BR>
最佳视窗请用 WinXp IE 6.0 1024x800 或以上<BR>
21.5 0.0232s REP207 SET 1</font></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -