PhoneGap/Cordova: How to add PHP support? -
i read indeed possible use php. question how add such support? there api's or plug-ins add php support?
in short, want use phonegap alongside php develop apps. how?
specifics
- i'll use linux server & hosting godaddy, park php.
- in addition, i'll use mysql database
- the app send database requests server.
- the server sending large amount of data app.
what efficient "light weight" method "transfer data" , requests between app , server/hosting account?
from http://phonegap.com/about/faq/. last faq reads:
q: can use php/asp/jsf/java/.net phonegap?
a: phonegap application may use html, css, , javascript. however, can make use of network protocols (xmlhttprequest, web sockets, etc) communicate backend services written in language. allows phonegap app remotely access existing business processes while device connected internet.
to little more clear, if want use php, on server, , server not run on mobile device (phone/tablet). again, php server run in cloud, not on phone.
best of luck. jesse
Comments
Post a Comment