Changeset 238 for quests/statistic.php
- Timestamp:
- Jan 16, 2008, 9:59:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/statistic.php
r235 r238 9 9 <br /> 10 10 <br /> 11 Poèet vyexportování questù: <b> 12 <?php 13 14 $ID = $Database->SQLCommand("SELECT count(*) FROM log WHERE type = 2"); 15 $Line = mysql_fetch_row($ID); 16 echo $Line[0]; 17 ?> 18 </b><br /><br /> 11 19 <b>Seznam u¾ivatelù: </b> 12 20 <table border="1" cellpadding="1" cellspacing="0">
Note:
See TracChangeset
for help on using the changeset viewer.