The Project that they had assigned was quite simple. As a good developer I did what they asked me to, however the researcher in me aroused the gig for more and I decided to convert this basic project into a complete full stack project with a login,signUp system and three admin panels. This project uses the traditional PHP and MySQL framework and the files to the can be downloaded along with the source code through the following link :
https://github.com/Souvik1406/The-Sparks-Foundation-Basic-Banking-System-Internship-Project
To Read more about the project go to my DevPost Portfolio : https://devpost.com/software/complete-banking-system-full-stack
Top comments (2)
Remember to add an
exit
ordie
after everyheader('Location: XXX')
becauseheader
do not stop script execution.You can add a simple helper to create redirects:
Thanks man.... Just learning php and I'm really thankful for this precious advice😊