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: about 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T10:08:48.000Z (over 3 years ago)
- Last Synced: 2025-01-19T17:56:19.836Z (3 months 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.
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






