https://github.com/tedlivist/student-portal
https://github.com/tedlivist/student-portal
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tedlivist/student-portal
- Owner: TedLivist
- Created: 2019-11-11T09:58:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T10:16:32.000Z (over 6 years ago)
- Last Synced: 2023-03-10T05:02:33.456Z (over 3 years ago)
- Language: PHP
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Portal
## Below is the explanation of the files
#### connection.php deals with connection of the files to the database. It is connected to dashboard.php and index.php
#### dashboard.php is the student dashboard area
#### index.php is the login/signup area
#### the jpg file is the background image of the index.php page
#### header.php contains php script dealing with form validation and other bootstrap configurations. It also contains the CSS stylings
#### footer.php contains the JS that comes with bootstrap and a script for toggling b/w signup and login forms