Skip to content

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

Contributors

Languages