Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christinec-dev/student-portal
This is a simple PHP Student Portal. You can login, logout, register, and view your details.
https://github.com/christinec-dev/student-portal
mysql mysql-database php php5 php7
Last synced: 1 day ago
JSON representation
This is a simple PHP Student Portal. You can login, logout, register, and view your details.
- Host: GitHub
- URL: https://github.com/christinec-dev/student-portal
- Owner: christinec-dev
- Created: 2021-12-01T05:28:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T10:08:48.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T12:03:54.404Z (about 1 month ago)
- Topics: mysql, mysql-database, php, php5, php7
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student-Portal
This is a simple PHP Student Portal with a MySQL Database. I made this as part of a university assignment, so you can login, logout, register, and view your details when successfully registered and/or logged in. For this to function properly you will need a {student} database, with tables for {registration, info, login history, and results}. Here is a simple flow chart to show the layout of the application.![flow chart of christine coomans student portal](https://user-images.githubusercontent.com/87696858/144178299-498874d1-aa12-4289-bea8-65a024ef30bd.png)
Do note that this application does contain cookies and sessions to allow users to store their passwords/username, and it will auto destroy cookies according to the set time. If you use this, add better security to the application!!!😊
## Main UI
![0](https://user-images.githubusercontent.com/87696858/144179265-6994852e-0a0c-45b4-818f-d9466351f179.png)
![1](https://user-images.githubusercontent.com/87696858/144179141-71898d09-696a-4b91-be47-c439bbed4c8c.png)
![2](https://user-images.githubusercontent.com/87696858/144179143-76d99e79-777d-4110-b1a1-21ad6b2a3c79.png)
![3](https://user-images.githubusercontent.com/87696858/144179144-182a0c67-63c2-4e90-b2e0-f9d6fb3aa294.png)
![4](https://user-images.githubusercontent.com/87696858/144179145-99161e89-373b-4e0b-9470-d342c32550b5.png)
![5](https://user-images.githubusercontent.com/87696858/144179147-341c1bf0-a897-4200-b636-02ae8daa3344.png)
![6](https://user-images.githubusercontent.com/87696858/144179138-c582dda5-26f1-4742-bda8-b6e4b2c9833a.png)