Is PHP a must need for developing Iphone Web Apps?
I'm new to iphone development and php.
I had to develop a ip开发者_如何学Chone web application - what I cant understand is: Is it possible to develop without PHP by using web services etc?I have developing using JQtouch / jquery Mobile?
Short answer, no.
Any current web development platform will work just fine
You can always do ASP.NET MVC and return JSON object to iPhone. Now that we have jQuery Mobile, it should be rather easy to do. See one example @ http://yobriefcase.posterous.com/practical-jquery-mobile-with-aspnet-mvc
There are a number of other server-side scripting languages you can build an application with. ASP.NET(C#/ VB / etc), Java, perl, whatever.
精彩评论