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

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.