Here You will get php authentication system made with AI like chatgpt source code for free
Videos Details Here
{tocify} $title={Table of Contents}
Video 1
Video 2
Video 3
Features of PHP Auth System
Home page
in home page these is only Navbar with hero section and footer code
Register Page
User register page with First name,Last name,username,Email,Password
Login Page
Using user info from database like with email and password and logged in the user
Dashboard Page
in dashboard Show user and admin details with Logout button clicking logout button logout the user.
Techs Used in this
I have used core php in this system and create using only AI chatgpt.
Frontend
Bootstrap using for frontend
Backend
PHP used for backend proccess
SQL framework
Medoo a lightweight SQL ORM use for sql database related code
routing system :
A free github Repo XESAU PHP ROUTER one file for routing system like Laravel used for this.
How to Install Script:
first download the zip file from below button and then extract it .
After extract move the folder in htdocs of xampp folder.
Then Create a database name= php-auth
or which you give name to database.
then open the folder and then config/db.php file
edit the database details like
server name ,username,password,database name.
and also change $base_url to your folder name if you have different folder name in htdocs.
DOWNLOAD THE SOURCE CODE HERE