How to connect android with mysql using PHP and JSON - Part 1 (android php mysql json)
Hi, Today we will see how to connect mysql database to android using PHP and JSON.
You can do this by using either online server or local servers like WAMP.
I will show how to insert and select values in online servers.
using wamp server, the procedure is same. There is only a few changes that
I will tell you.
the first step is
create database table
create database user.
1) create database table.
The info is
DB name : MSS
Table name : table1
Attributes : UID,Pwd.
server id: 182.50.133.85:3306
user id : u3
password : tcUj57*6
table already exists, we will create a new table
done, we now created a table.
now create a user.
In the next tutorial, I will show how to create
PHP files.
Thanks for watching. The next video link is in the
description.
Video Link for part 1 tutorial - Creating users
• How to connect android with mysql usi...
Video Link for part 2 tutorial - creating PHP files
• How to connect android with mysql usi...
Video Link for part 3 tutorial - testing PHP files
• How to connect android with mysql usi...
Video Link for part 4 tutorial - Android code
• How to connect android with mysql usi...