source:
mangos/characters-tbc.php@
5
Last change on this file since 5 was 5, checked in by , 18 years ago | |
---|---|
File size: 166 bytes |
Line | |
---|---|
1 | <? |
2 | include('db.php'); |
3 | DB_Init('localhost', 'root', '', 'mangos-tbc'); |
4 | DB_Query("SELECT COUNT(*) FROM `character` WHERE 1"); |
5 | $Row = DB_Row(); |
6 | echo($Row[0]); |
7 | ?> |
Note:
See TracBrowser
for help on using the repository browser.