I used PHP in order to connect to the AWS RDS Database I created through SQL, and after connecting I am able to display the players and their scores below in real time:
Colin: 7000
Player1: 399
Here is a snippet of the PHP code I used in order to integrate the SQL query after connection and display the scores in a readable format: