tags:

views:

68

answers:

3

Hii people,

i m new 2 iphone development and php,i had to develop a iphone web application,i cant clear is that possible to develop without php by using web services etc?

i have developing using JQtouch / jquery Mobile?

Thank u?

+1  A: 

Short answer, no.

Any current web development platform will work just fine

KevinDTimm
A: 

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

Antony
jQuery Mobile hardly made this possible.
ceejayoz
A: 

There are a number of other server-side scripting languages you can build an application with. ASP.NET(C#/ VB / etc), Java, perl, whatever.

Sam Dufel