Just so you know, you should really put some sort of security or IP checking or something in your PHP script to confirm that the data is actually coming from the gserver.
You can probably find the IP of the server from the
Graal Stats, and then check
$_SERVER['REMOTE_ADDR'] against that IP or something, I guess.