Skip to content

Implementation Server Client PHP(MySQL) and Android. Case Stud: Login Service In PHP And MySQL For Android Applications

Notifications You must be signed in to change notification settings

Dhn-nys/loginapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Header

Implementation Server Client PHP(MySQL) and Android
Case Stud: Login Service In PHP And MySQL For Android Applications

Need

GNU / Linux

Windows

Demo

Visit

Qna

  1. why I can't connect to my localhost and database:
$conn = new mysqli('localhost', 'izu(change you user databases)', 'toor(change you password database)');
mysqli_select_db($conn, 'db_member');
  1. why I can't connect to my table database:
$getData = "SELECT `ur_Id`,`ur_username`,`ur_password` FROM `tbl_user(this is table name you can change)` WHERE `ur_username`='" .$email."'
and `ur_password`='".$password."'";

Thanks 💙

About

Implementation Server Client PHP(MySQL) and Android. Case Stud: Login Service In PHP And MySQL For Android Applications

Topics

Resources

Stars

Watchers

Forks

Languages