How to connect android with mysql using PHP and JSON Part 3 (android php mysql json)
Now we will upload the files into the server and test whether the PHP files
are working correctly.
first we will test the insert.php
there is no rows
we got a success
then we will test the select.php
both are working.
Now in the application, we will not use GET method.
we will only use POST method.
so we have to change the GET method to POST method in both PHP files.
Video Link for part 1 tutorial - Creating users
• How to connect android with mysql using PH...
Video Link for part 2 tutorial - creating PHP files
• How to connect android with mysql using PH...
Video Link for part 3 tutorial - testing PHP files
• How to connect android with mysql using PH...
Video Link for part 4 tutorial - Android code
• How to connect android with mysql using PH...