Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 931 Bytes

File metadata and controls

37 lines (17 loc) · 931 Bytes

session_exercise_php

#php #session_exercise_php #master-in-software-engineering

PHP Basic Exercises

Working with PHP sessions and forms

Getting Started

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).

Technologies used

* PHP, HTML, CSS, BOOTSTRAP

Authors

Acknowledgments

Acknowledgements to all my teachers and classmates at Assembler Institute of Technology

Resources