i need help with my school assignment in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
marshiet
Forum Newbie
Posts: 1
Joined: Sun Oct 05, 2014 2:36 am

i need help with my school assignment in php

Post by marshiet »

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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: i need help with my school assignment in php

Post by requinix »

One thread only, please.

So that's your homework. What have you done so far? Where are you having problems?
Post Reply