Reply To: FireStats – Top 40 php script (now with added charts)

#14834
sonichouse
Participant

Ok, one step further into the Windows abyss …

Reading http://uk2.php.net/manual/en/domdocument.construct.php it says

Make sure that php_domxml.dll on windows is removed before using the domdocument class as they cannot coexist.

HTH – Steve

For compatabilty you may want to try

$xmlDoc = new DOMDocument('1.0', 'UTF-8');

this works on my linux server here.