Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabhakar267/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.
https://github.com/prabhakar267/mysql-admin-panel
curd curd-operation mysql mysql-admin-panel php
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/prabhakar267/mysql-admin-panel
- Owner: prabhakar267
- Created: 2015-08-30T07:46:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T20:45:47.000Z (over 7 years ago)
- Last Synced: 2024-10-14T09:10:59.545Z (3 months ago)
- Topics: curd, curd-operation, mysql, mysql-admin-panel, php
- Language: PHP
- Homepage:
- Size: 85.9 KB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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")