Android phpMysql connection
First create a database named “mydatabase” in MySql. Then create a table “tbl_user” with three fields (id, username and password). The next step is to create a php page which will communicate between the MySql database and the android application. For this create a “Connections.php” page as shown below. It will set up a connection… Read More »