report.inc.php
来自「一套鼎盛六合彩网上投注系统,投注系统运行于php+mysql.」· PHP 代码 · 共 24 行
PHP
24 行
<?php
$sql_report=mysql_query("select * from report where sign='1' order by time desc",$conn);
$report_content=mysql_result($sql_report,0,"report_content");
?><style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<div >
<table width="560" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="560" height="20"><marquee id="affiche" align="left" behavior="scroll" direction="left" scrollAmount=3 loop="-1" onMouseOut="this.start()" onMouseOver="this.stop()">
<a href="reports.php" class="ags">
<?=$report_content?></a>
</marquee></td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?