- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
report.inc.php
资源名称:Nsix.rar [点击查看]
上传用户:m68239277
上传日期:2014-10-12
资源大小:824k
文件大小:1k
源码类别:
Web服务器
开发平台:
PHP
- <?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>