The kind of application I am doing cannot store data in the iPhone or iPhone DB, but i need a native app that will allow a user to sign up if they haven’t already, then sign in, insert things into the website database (phpmyadmin), retreive, edit, and delete data.
I am aware Objective-C is the only language you can use to do an app but how can i use the web as a source for pages/data using PHP?
Reference: http://forums.macrumors.com/showthread.php?t=585668
You can use an UIWebView as a wrapper for the app and upload it like that to the appstore.
There are also several frameworks that do something simular. The allow you to build apps using HTML + javascript + custom api
eg: http://phonegap.com/ or http://www.appcelerator.com/