Not validating user login correctly!!!!

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

peterjwest
Forum Commoner
Posts: 63
Joined: Tue Aug 04, 2009 1:06 pm

Re: Not validating user login correctly!!!!

Post by peterjwest »

We all make that kind of mistake, and even with 4 of us looking we didn't spot it. If you divide your program into smaller functions and run unit tests you'll have much fewer problems like this. Its extra work but it will save you time (and frustration) as your system gets bigger.
sleeper24
Forum Newbie
Posts: 8
Joined: Wed Aug 05, 2009 1:13 am

Re: Not validating user login correctly!!!!

Post by sleeper24 »

I'll definitely have to keep that in mind as I go along.
Post Reply