My problem statement is College Portal. This project is done with PHP Web development.
Problem Definition -
Suppose a student got a admission into college or a new faculty has joined the college . So their information must be entered into the college portal and also saved into the database. So in this project I have created a website in which an admin can move back and forth onto the website and do the needful changes that he/she wants.
What I did new in this ?
Let me explain with an example , Suppose one intruder got to know about your index page or the link with which you are entering into the website.
He/She will be able to enter and can tamper with your data or details.
So for that I have started one session in my code and then if the person tries to hack any of the page he/she will be redirected to the login page wherein they need to enter the credentials , if they are not able to do so, they will remain in the login page, won't be able to move further.