http://www.joske-online.be/downloads/clientraw-with-graphs.zip

I was able to get the pages working finally, but I had to make a code modification to all of the .php files.

I had to change

?echo 

to

?php echo 

and then all of the data would populate. So the file was being read, it just wasn’t being presented on the screen.

Odd.