Create a database in android

1

Hello everyone, I'm learning php and mysql and I came up with the idea of hosting a question site on my cell phone and sharing wifi with my friends so they can access my website and respond to my quiz without needing internet, but I can not imagine a way to store the answers they will send me and compare with others, can anyone help me?

In order for my friends to access my website that is on my phone, I used the "server for php" application on my Samsung S5 and step my ip along with the port so they can connect through the browser. p>

If anyone has any suggestions on how I can share a site with my friends who have different system (ios-android-win.phone) without using the internet and using my cell phone would appreciate it.

    
asked by anonymous 10.06.2016 / 04:42

1 answer

0

For the last time I'll edit this question I swear.

You use a non-database server, you need another application to host your site for your friends and a database server.

I researched the PlayStore and found some very interesting applications where you can host the database and your site:

* Ulti Server: PHP, MySQL, PMA * KSWEB: server + PHP + MySQL

Take a look and see if any of these applications meets your need.

    
10.06.2016 / 14:51