14.01.2011, 18:45
I would advise doing some debugging with the variables in the PHP code to make sure that all of the variables are being passed as intended.
PHP код:
echo 'Request IP: '.$_SERVER['REMOTE_ADDR'].'<br>User: '.$_GET['user'].'<br>Score: '.$_GET['score'];