Skip to content

Commit c1b5b9d

Browse files
authored
Update README.md
1 parent ace05f9 commit c1b5b9d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Android_php_database
22
Android studio app that demonstrates login activity and register using PHP.This is achieved using mysql.
33

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-
4+
import the project in your android studio.
5+
Run the app in your device.
6+
make sure you have a working internet connection.

0 commit comments

Comments
 (0)