Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi how i can store password field as encrypted into my database
Hi,to store encrypted password in your database use VARCHAR field. Only make sure that the size of your field is enough for encrypted passwords.If you have table with usernames and passwords you can encrypt existent passwords with following script:http://www.xlinesoft.com/articles/encrypt_passwords.htm