array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob"), array("score" => 5, "name" => "bob") ); /***Load up our high scores into our nice big long arrary***/ $fp = fopen($scoreFile, "r"); //Open high scores file for reading. for( $i = 1; $i <= 36; ++$i){ //Retrieve all scores from the file. $highScores[$i][name] = fgets($fp); //Copy Name from file $highScores[$i][score] = fgets($fp); //Get coresponding score from file. } fclose($fp); //Close our file. ?>

Evil Santa Attacks! Online High Score Board

Below you will find high scores submitted from the homebrew Nintendo DS game, Evil Santa Attacks!. If you would like to submit your high scores, after you have died in the game, be sure to press A when asked whether you want to upload your high score or not. Your score will be uploaded to the server and checked whether it makes the top 36! If you don't have the game, you can download it at the information page.

"; echo ""; echo ""; echo ""; } ?>
"; if($i > 9) echo "" . $i . ". " . "" . $highScores[$i][name]; else echo "" . $i . ".   " . "" . $highScores[$i][name]; echo ""; echo $highScores[$i][score]; echo "