Simple Students' Database Mangement System
- Afif Zafri
- Contact Me : http://fb.me/afzafri
- First copy whole contents into C://xampp/htdocs/dbsystem
- Create a new database name "data"
- Import "login.sql" and "students.sql"
- Edit the file "config.php" and change the attributes to your database/phpmyadmin configurations (host,username,password etc)
- Navigate to localhost/dbsystem/
- Default login is
- username : admin
- password : 123
- Enjoy
Insert, Search, Update, Delete and Count data.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Free to use and distribute