Website conversion
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
How can sites developed in php or any other language be integrated into a downloadable mobile web application
PHP is an ServerSide Language and can not run in the Browser like an HTML File that you open... To Use PHP you allways require an Webserver that supports PHP (i am not aware if there is an Xammp installation for Mobile devices...) Also, Mobile devices are using different Brwosers and different OS's. As long as you do not specify what kind of Mobile Devices you want to use, HTML5 or/and Java would be the most flexible way. Martin