I’m having a mobile app (osmand), which can trigger HTTP requests in the for of
https://example.com?lat={0}&lon={1}×tamp={2}&hdop={3}&altitude={4}&speed={5}
Now i want to build a website (with php I guess), that can read the variables and write it to a file on the server (apache2 on ubuntu). How can I manage to do this? Any example code?