source: mangos/players_2.php@ 5

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

import

File size: 128 bytes
Line 
1<?
2$Content = file_get_contents('http://wow.zdechov.net/mangos/inc/stat.xml');
3echo(substr_count($Content, '<player>'));
4?>
Note: See TracBrowser for help on using the repository browser.