login

Registration System using VB.NET & MySQL Database with Source Code

Submitted by Julius Guevarra on
Hi Guys! I would like to share this Simple School Registration System (flat UI design)using VB.NET framework 4.5 and MySQL Database. This simple program mainly registering Multiple types of users and login according to the user types. The main purpose I have shared in this simple program is to help other programmers especially those beginners and self-learners. In this system, only the admin user

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.

Angular JS Login with Session using PHP/MySQLi Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles how to create a login page using Angular JS and set SESSION with PHP/MySQLi. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. In this tutorial, we'll set up PHP Session to prevent users from going into our homepage if not authenticated.

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.

Registration and Login Using Bootstrap Framework and PHP/MySQLi with Source Code

Submitted by admin on
This is a complete source code on how to create a registration and login page using Bootstrap Framework in PHP/MySQLi. As normal registration and login page, the code itself validates the user credentials such as checking the email if it already exists on the database when signing up. Bootstrap Framework will help you with the design of your web application. By that, bootstrap will help you to

How to Create a simple Registration Form in PHP/MySQLi and HTML

Submitted by Yorkiebar on
Introduction: This tutorial will cover creating a register form with PHP/MySQLi/HTML. Steps of Creation: Step 1: First, we need to create a database to hold the user accounts. This is done through MySQL/PHPMyAdmin. On your localhost/web host cPanel/Control Panel go to MySQL Databases and create a new one (for example; the name of your site - Mine will be "tutorial"). Next, go to PHPMyAdmin and

CodeIgniter Login with Session

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple login page in CodeIgniter with session. CodeIgniter is a PHP framework that uses MVC(Model, View, Controller) architecture. Sessions are variables that can used throughout the app as long as not destroyed. This tutorial will teach you on how to set user session in CodeIgniter.