Skip to content

harshitethic/admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Admin Panel Script

A Simple PHP Script with Four Main Functions

My admin panel script is a basic PHP script that provides the following four functions:

  • Login
  • Signup
  • Change ID
  • Change Password

Multiple Pages

The script is composed of several pages that serve different purposes:

  • index.php - The main entry point for the script
  • login.php - Contains the login form where registered users can access the admin panel
  • signup.php - Provides a registration form for new users to create an account
  • style.css - A stylesheet that defines the styles of the pages
  • change.php - Allows users to modify their ID or password for security reasons
  • dashboard.php - The main page of the admin panel that provides access to all the features of the script

Conclusion

Overall, my admin panel script is a simple and effective solution for managing user accounts and ensuring the security of the admin panel.

© 2023 - Harshitethic | https://harshitethic.in/ | https://github.com/harshitethic

About

I created a simple admin panel script in PHP, which has four main functions - login, signup, change ID, and change password. The script is composed of several pages, including index.php, login.php, signup.php, style.css, change.php, and dashboard.php.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors