source: mangos/characters-tbc.php@ 5

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

import

File size: 166 bytes
Line 
1<?
2include('db.php');
3DB_Init('localhost', 'root', '', 'mangos-tbc');
4DB_Query("SELECT COUNT(*) FROM `character` WHERE 1");
5$Row = DB_Row();
6echo($Row[0]);
7?>
Note: See TracBrowser for help on using the repository browser.