-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90f227b
commit 98ffec7
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 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. | ||
<hr> | ||
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. | ||
<ul> | ||
<li>If student has scored below 40, (s)he is considered to be fail otherwise pass.</li> | ||
<li>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.</li> | ||
</ul> | ||
<hr> | ||
Screenshots | ||
 | ||
 |