I have created an admin table and login panel for admin in my website. i inserted the data into admin table like
insert into admin values('admin',md5('admin123'))
the values got added and the password was added in the encrypted format.
But when i try to login to my admin panel its showing
incorrect password
what could be the issue?