SQLite

Simple Phone Contact System using Python with Source Code

Submitted by razormist on
Simple Phone Contact System using Python with Source Code Simple Phone Contact System with Source Code is a project that can manage the contact list of an individual phone number. The system contains all the function that enable to store the phone contacts. The project is a user-friendly kind of system that can easily modified and learn the code as your coding reference to enhance your programming

Creating a Login and Registration form in PHP and SQLite using PDO

Submitted by razormist on
Learn how to create a Login And Registration To Sqlite Using PDO. A simple PHP code that can log in and register an account using SQLite database. This code can be implemented when your system needs user verification before proceeding to the main page.

Creating a Login And Registration Form in Python

Submitted by razormist on
Learn how to create a Login And Registration Form using Python. Python is a widely used advanced-level programming language for a general technique to the developer. Beginners find Python a clean syntax and indentation structure-based, and it is easy to learn because of its less semicolon problem.

Simple Login Application in Python Tutorial with Source Code

Submitted by razormist on

In this tutorial, we will create a Simple Login Application in Python. Python has a design philosophy that emphasizes code readability. That's why Python is very easy to use especially for beginners who just started programming. It is very easy to learn the syntax emphasizes readability and it can reduce time-consuming in developing. So let's now do the coding.

SQLite Create User Password Using PHP

Submitted by razormist on
In this tutorial we will create a SQLite Create User Password using PHP. This code will create a random password for all user when the user click the generate button. The code use href or Hypertext Referencing to direct user to other page that has a binded specific function for creating a password and inserting it to database using SQLite Update query.