Reputation: 421
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
Upvotes: 0
Views: 501
Reputation: 2455
hi friend i think you are talking about to use webservices . in this the data is kept in server and you have to retrive it from server for this you hav to first establish connection using asihttpconnection delegate and parse that data using nsxmlparserdalegate
thanks
Upvotes: 0
Reputation: 1608
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.
Upvotes: 1