Users

Login System with Login History Using PHP and MySQL with Source Code

Submitted by rems on
Welcome to the Login System with Login History project, a secure and user-friendly web application designed to manage user authentication and track login activities. This system allows users to register, log in, and manage their accounts while securely storing login credentials with password encryption. Each login attempt, whether successful or failed, is logged with detailed information such as

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

Forum Tutorial - User Levels #3 - Admin Privileges, Banning Users & Logging Out

Submitted by Yorkiebar on
Introduction: This tutorial is the third and final episode to the User Levels section of my Forum Creation Tutorial series. In this part, we are going to be adding banning functionality and giving the admins their privileges. Admin Privileges: This part is essentially the same as the moderator privileges part found the previous tutorial.

PHP/MySQLi Creating a Forum - Part 13 - Users & Registering

Submitted by Yorkiebar on
PHP/MySQLi Creating a Forum - Part 12 - Listing Messages and Threads Introduction: This tutorial will be continuing my series of creating a forum in PHP/MySQLi/HTML. This part will be covering users. Pre-creation: First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities. Also, this will not be covering creating users, or styling the pages.