I have a school project that i think i can do with the concept of secure database driven application , can anybody help me how to do that because i am confused with method will be best and secure. Tutorial link will be good
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is relatively simple. You need to send an HTTP request to your server. I like using a JSON object. Or you can just stick everything into a POST. If you are just pulling data from a server and not sending any form the iPhone, you can use this tutorial. Your server then can update or select data in a database using your chosen web dev language.