Loading an NSArray on iPhone from a dynamic data base url in PHP or ASP

Posted by Brad on Stack Overflow See other posts from Stack Overflow or by Brad
Published on 2010-05-07T19:56:07Z Indexed on 2010/05/07 19:58 UTC
Read the original article Hit count: 239

Filed under:
|
|
|
|

I have a database online that I would like to be able to load into an NSArray in my app. I can use arrayWithContentsOfURL with a static file, but I really need to go to a url that generates a plist file from the database and loading it into the array. I can use ASP or PHP. I tried setting the response type to "text/xml", but that doesn't help.

Any thoughts?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about asp