unable to login even the data is inside the database!!

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

User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Part of my 'Expert' advice for PHP programmers is to never assume that your code is correct. Don't blame the server, or the database, or PHP itself, or the extensions. Nine times out of ten, the code is just wrong.
chrisranjana
Forum Newbie
Posts: 12
Joined: Sat Jun 03, 2006 4:42 am
Location: chennai India
Contact:

php coding

Post by chrisranjana »

Proper error checking at stages will eliminate coding debacles and go a long way in creation of stable code.
Post Reply