Skip to content

A simple web admin panel based on PHP, providing a user-friendly interface to easily manage tasks such as content, database, and user accounts.

Notifications You must be signed in to change notification settings

ozceliksinan/php-web-admin-panel-template

Repository files navigation

Web Admin Panel

Web Admin Panel

Upload the files to the server to use the admin panel.

For the admin panel to work, the sql file must be included in your system. For this, the panel.sql file in the SQL folder is used. A database called panel is created by going to phpMyAdmin.

After the database is created, the panel.sql file in the SQL folder is selected with the import feature and git is pressed.

As a last step, the netting/dbconfig.php file in the folder is opened and rearranged with your own information.

<?php 
  define('DBHOST','localhost');   // Host
  define('DBUSER','root');        // phpMyAdmin username
  define('DBPWD','sinan123');     // phpMyAdmin password
  define('DBNAME','panel');       // database name
 ?>

Authentication Information:

Username: sinanozcelik
Password: sinan123

Build With

HTML5 CSS3 javascript PHP MySQL Visual Studio Code Xmapp

Contact Information

You can reach out to me using the following contact details:

Email

Website

I'm always open to development and collaboration. Feel free to reach out to me!

About

A simple web admin panel based on PHP, providing a user-friendly interface to easily manage tasks such as content, database, and user accounts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published