The correct way to use query strings is:
index.php?score=a&level=b
not this:
index.php?&score=a&level=b
Apart from that, this is not the best place to ask questions about PHP - it would be better to find a programming forum, or ask on a site like StackOverflow.