Fetch data from mysql?

Hello all,
I am making a mini game and now trying to show users TOP5 ranking data.
So far, I did store user’s nickname and score to mysql server after game finished.
My question is, how can I bring the ranking data from mysql in MY GAME SCENE?
Is it even possible?

any comment would be appreciated, thanks!

I don’t believe GDev has any built in actions to read/write from a mySQL server. You may have to create a php page that read/writes the data for you and use the “Send a request to a web page” action.

Although it’s an old tutorial, I suggest having a look at GDevelop 5 [GDevelop wiki] it has all the basics you would need to know there.

1 Like

Thanks for your reply!! I found a clue from your reply and problem solved! :smiley: