Hi so for my dissertation I'm creating a sports analysis ios app with a website that compliments it. The app does many things but to keep it simple the coach selects the team, and tags any key events e.g tackle, pass etc. The application only shows stats on todays game, but on the website you can see stats from all the games. However I need to find a way to upload those stats
I've found plenty of examples on how to get data from the external database using JSON. However i cant find any example on how to upload data.
I'm using godaddy as my server which hosts my website and sql database.
Any ideas?