Changeset 240 for quests/statistic.php
- Timestamp:
- Jan 17, 2008, 2:02:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/statistic.php
r238 r240 12 12 <?php 13 13 14 $ID = $Database->SQLCommand("SELECT count( *) FROM log WHERE type = 2");14 $ID = $Database->SQLCommand("SELECT count(distinct(IP)) FROM log WHERE type = 2"); 15 15 $Line = mysql_fetch_row($ID); 16 16 echo $Line[0];
Note:
See TracChangeset
for help on using the changeset viewer.