#php
#session_exercise_php
#master-in-software-engineering
Working with PHP sessions and forms
On this pill we create a login which will allow you to access another PHP file and view the content only if you are logged in. The login will ask for email and password (the correct data with which to compare the entered inputs will be in the PHP code).
* PHP, HTML, CSS, BOOTSTRAP
- Jose Cuevas - https://github.com/jose-cuevas
Acknowledgements to all my teachers and classmates at Assembler Institute of Technology
- $_SERVER: https://www.php.net/manual/en/reserved.variables.server.php
- php.ini: https://www.php.net/manual/es/configuration.file.php
- Apache: https://httpd.apache.org/
- PHP ini loaded file: https://www.php.net/manual/es/function.php-ini-loaded-file.php