Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This is PHP based very small size Admin Panel which may use to update website information like news, and navigation.

Notifications You must be signed in to change notification settings

win3zz/PHP-Single-Page-Admin-Panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Single-Page-Admin-Panel

This is PHP based very small size Admin Panel which may use to update website information like news, and navigation.

Usage

  • You can use this widget for websites that require minimum dynamic content with frequent update.
  • This is more secure and admin login field is hidden in “page not found” page ;)

create following table in database

CREATE TABLE `news` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `subject` varchar(150) NOT NULL,
  PRIMARY KEY (`id`)
) 

Now, you just need to change database credentials in configuration file (config.php)

Enjoy.

Designed and Developed by

Bipin Jitiya, M.Sc. (IT).

About

This is PHP based very small size Admin Panel which may use to update website information like news, and navigation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published