Skip to content

lm841200690/Database-Management-System

 
 

Repository files navigation

Database-Management-System

Simple Students' Database Mangement System

Created By :

  1. Afif Zafri
  2. Contact Me : http://fb.me/afzafri

Installation

  1. First copy whole contents into C://xampp/htdocs/dbsystem
  2. Create a new database name "data"
  3. Import "login.sql" and "students.sql"
  4. Edit the file "config.php" and change the attributes to your database/phpmyadmin configurations (host,username,password etc)
  5. Navigate to localhost/dbsystem/
  6. Default login is
    • username : admin
    • password : 123
  7. Enjoy

Usage

Insert, Search, Update, Delete and Count data.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

Free to use and distribute

About

Simple Students' Database Mangement System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.1%
  • CSS 22.9%