I've got a simple .php file with Rock, Paper, Scissors game (some schoolwork) that tracks your score and a .html file with buttons to choose from R/P/S.
Score is tracked via session variable, is there a simple way to pass the value of this variable and display it on the html page?
<?php echo $_SESSION[ "my_var" ]; ?>. By the way, you should change your profile image.