How can I manage to upload Highscores and other information to a server?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By oliverruehl
:warning: Old Version Published before Godot 3 was released.

Hello,

My game is about exploring and collecting items. To make people more curious, I’d like to upload “N items were collected by player N” to a server and publish them on something like http://itemcollectors.mygame.com
I’m familiar with PHP, json etc. but I just need a little hint on how to get going [_]

Thanks a lot for any hints!
Oliver

:bust_in_silhouette: Reply From: Khairul

You can use the httpclient & httprequest class to send request to the server.
There are several examples, such as http://codetuto.com/2015/05/using-httpclient-in-godot/