I want to try to create an iPhone app using PHP and I do not know where to start. Please, give me example, guides or any information. Thank you very much! Niv
feedback
|
|
If you mean a native app that runs on the iPhone: no, this is not possible since the PHP interpreter is not available on iOS. If you mean a web application that is implemented on a server: sure, just like any web application. | |||||||||
feedback
|
|
Create an actual app store application? Or a mobile based website? Sure, you can create a mobile based website with PHP. Applications in the app store are written in Objective-C. You can possibly try http://phonegap.com - it natively uses HTML and JavaScript, so all of your PHP will need to be accessed remotely using something like jQuerys | |||||||||
feedback
|
|
I believe your only option with PHP is to create a web app | |||||
feedback
|
|
You cannot create an iPhone App from PHP. iOS Apps are developed in Objective-C. What you can do though would be to develop a webapp in php. It has the main advantage to be available for many platforms (PC/Mac, Android, iOS devices ...) | |||
|
feedback
|