I would like to know how can I input array of data in an URL API in iPhone development project?
For ex: I know how to input just strings like below,
http://www.myserver.com/myservice/name="MyName"?date="SomeDate"&time="SomeTime";
But I need to send array of name, date and time here, not just one. So, how can I send array of data in an URL api?
Please advise!
Thank you!