source: www/sunrisechat/stat.php@ 1

Last change on this file since 1 was 1, checked in by george, 18 years ago

Prvotní import všeho

  • Property svn:executable set to *
File size: 329 bytes
Line 
1<?
2
3include_once('/a/html/is/db.php');
4include_once('/a/html/sunrisechat/webchatsend.php');
5DB_Init('localhost','root','','is');
6
7DB_Select('sunrisechat_history','COUNT(*),UNIX_TIMESTAMP(time)',"roomtype=0 AND time>'".$Date." 00:00:00' AND time<'".$Date." 23:59:59' ORDER BY time DESC");
8while($Row = DB_Row())
9{
10}
11
12?>
Note: See TracBrowser for help on using the repository browser.