Building Android app for running PHP and MySQL on Android Tablet

前端 未结 4 1696
盖世英雄少女心
盖世英雄少女心 2021-02-03 12:32

I want to run PHP + MySQL server on my Android Device. People seem to suggest applications like KSWeb and Bit Web.

Other solutions suggested are that I install an applic

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-03 12:57

    I am New to android but something sounds wrong about all this.php is a server side scripting language. Now you are going to run around from hot spot to hot spot hosting I guess a web service backed by a mysql database. Do you have a static ip? Mysql is an excellent choice for a low end dbms if sqlite was not already built into droid. Like I said I am New and it's probably me but this just sounds wrong. From the answers I see someone talking about compiling php which would make it no longer script.

提交回复
热议问题