I'm developing an app for the college fest. The website is under development and the website will have links for registering to various events happening in the fest. On the app end...
- The App is gonna ask for Name Email id and DOB the first time that it is executed, and this data is stored.
- I'm gonna create an Interface with a list of all the events and when a specific event is opened It will have a register button.
Now I wanna know how to send all the data collected in part 1 and the event id from part 2 to the official website. (Name email id and dob being strings)