Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
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.