My current conundrum is this. I understand well enough how to store data inside an application itself, but my current goal is to have each data entry created by the app to be immediately sent to a server located elsewhere. What would be the best method for achieving that?
Apologising in advance for the vague question, I just don’t know where to start.
Send data via HTTP to a PHP enabled webserver that can write the data to a database.