How to display user's data from database using a user's username and password as check from the login form?
-
wrote on 8 May 2015, 10:27 last edited by
I have built an application and used sqlite3 as database. What i don't know is how to display a user's information from the database using the user's username and password as check from the login form. Thanks.
-
wrote on 8 May 2015, 12:17 last edited by
Hi and welcome to devnet,
how do you mean with "user's information"?
SQLite doesn't support login so you have to implement it in you application logic.
1/2