Skip to content

MySQL Admin Panel is a simple platform built for performing basic operations (insert, update and delete) on a single table maintained in MySQL. The operations performed are done in PHP.

prabhakar267/MySQL-admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL-admin-panel

MySQL Admin Panel is a simple platform built for performing basic operations (insert, update and delete) on a single table maintained in MySQL. The operations performed are done in PHP.


The current example uses a student record having First Name and Last Name of student. Along with that it takes marks scored by every student. Using the marks, it is determined whether the student has passed or failed the exam.
  • If student has scored below 40, (s)he is considered to be fail otherwise pass.
  • If student marks are entered wrongly (i.e., more than 100 or a negative number) then that student record is marked in warning colour scheme.

Screenshots ![Alt text](http://www.prabhakargupta.com/projects/ss/screencapture-localhost-test-index-php-1440962722309.png "Home Screen") ![Alt text](http://www.prabhakargupta.com/projects/ss/screencapture-localhost-test-index-php-1440962752918.png "Instructions")

About

MySQL Admin Panel is a simple platform built for performing basic operations (insert, update and delete) on a single table maintained in MySQL. The operations performed are done in PHP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published