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 |
|
---|
3 | include_once('/a/html/is/db.php');
|
---|
4 | include_once('/a/html/sunrisechat/webchatsend.php');
|
---|
5 | DB_Init('localhost','root','','is');
|
---|
6 |
|
---|
7 | DB_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");
|
---|
8 | while($Row = DB_Row())
|
---|
9 | {
|
---|
10 | }
|
---|
11 |
|
---|
12 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.