Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
report.inc.php
Package: Nsix.rar [view]
Upload User: m68239277
Upload Date: 2014-10-12
Package Size: 824k
Code Size: 1k
Category:
Web Server
Development Platform:
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>