PHP Login Page

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
tutusaint
Forum Newbie
Posts: 1
Joined: Fri Aug 06, 2010 3:38 am

PHP Login Page

Post by tutusaint »

Please help me in inplimenting a php login page.
The page should check the users user name and password.
And also check the difference in the users registration date and the current date.
if the difference is more than 365 days, he will be redirected to an error page. Otherwise access is give.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP Login Page

Post by requinix »

Okay... so... what do you need help with?
Jsphlane20
Forum Newbie
Posts: 17
Joined: Wed Aug 11, 2010 1:17 pm
Contact:

Re: PHP Login Page

Post by Jsphlane20 »

Please post code that you are having a problem with.
Post Reply