https://github.com/evaveli/students-crud
This project covers how to insert data, fetch data , edit data , update data and delete data.
https://github.com/evaveli/students-crud
bootstrap mysql php
Last synced: 2 months ago
JSON representation
This project covers how to insert data, fetch data , edit data , update data and delete data.
- Host: GitHub
- URL: https://github.com/evaveli/students-crud
- Owner: evaveli
- Created: 2023-05-25T22:17:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T22:27:52.000Z (about 3 years ago)
- Last Synced: 2025-02-08T06:43:07.859Z (over 1 year ago)
- Topics: bootstrap, mysql, php
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Students-CRUD
First , when you open this project this view is going to be shown :

The first action you can take is adding students to the database by clicking to "Add Student" Button.

We may write all the student infromation and then save them. After clicking the save button a message will be displayed saying : Hey! Student Created Successfully. We can also click Back to go to the main page.
Another action you can take is viewing the students' infromation that are displayed in the table fetched from the database blog.sql

We can also update students' infromation

After clicking Update Student Button the page will be redirected to the main page.
We can also delete a student by clicking the delete button.