We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace05f9 commit c1b5b9dCopy full SHA for c1b5b9d
README.md
@@ -1,11 +1,6 @@
1
# Android_php_database
2
Android studio app that demonstrates login activity and register using PHP.This is achieved using mysql.
3
4
-extract the localhost files and database
5
-import the sql file in phpmyadmin database name= techkrunch
6
-paste the IAN folder in your xampp/htdocs/ folder.
7
-
8
-Change the ip address to match your ip address. in the backgroundTask.
9
- example my ip address will be as follows:
10
- String reg_url = "http://192.168.0.163/ian/signup.php";
11
+ import the project in your android studio.
+ Run the app in your device.
+ make sure you have a working internet connection.
0 commit comments