I’m new to programming but have managed to build a rather complex dynamic site using PHP, MySQL, JavaScript and AJAX.
Now I would like to build an app with the same functionality that will use the same database but I have no idea where to start. If it’s possible I don’t want to learn any more programming languages. Somehow I would like to use parts the code I have already written for the site to run the app and update the database. Are there any softwares that offers drag and drop app building together with PHP? Best is of course if it’s possible to build for both Iphone and Android at the same time.
Many thanks for any suggestions!
In that case you should look into using phonegap. It creates an app with a webView in which you ‘create an app’ with HTML / Javascript. From what I saw you can use php in there too, another option is to have the php run on your webserver as RESTful services that you call from you app