Looking at developing an iphone app for the first time upon Windows.
I have found a few sdk’s (such as Airplay) that allow me to do this but the majority require knowledge of C/C+
Does anyone know of anything similar that enables you to use PHP as the language?
Thanks in advance
You can build a web applications for the iPhone in PHP. Apple supports javascript api’s for Mobile Safari which allow you get gain access to some iPhone specific functionality through javascript. The main pages of the application can be served from php and then any dynamic interaction can be handled with javascript. You’re never going to achieve the same experience with this method vs actually using Objective-C though.