i need help with my school assignment in php
Posted: Sun Oct 05, 2014 2:55 am
Write a program that protects the file named home.html. A user should provide valid credentials so as to access this page. On the home page the user should get a message: “ Welcome username and surname” eg Welcome Michael Smith. The user should be able to logout. The data base should be secure and passwords should be encrypted using the md5 algorithm. Use session or a cookie to pass data between pages.