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

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.

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