How can we encrypt the username and password using PHP?
Answers were Sorted based on User's Feedback
Answer / m.mudassar
Using md5(); to encrypts password to make it more secure
| Is This Answer Correct ? | 9 Yes | 1 No |
What is the use of trim function in php?
List data types in PHP?
Design a class that should always return a single object ?
How do you define a constant in php?
What are the differences between echo and print?
Which are the best start and end tags to use?
How can I reset an array in PHP?
4 Answers Rushmore Consultancy, TCS,
What is the output of the following php code?
What is in a cookie?
How can we know that a session is started or not?
Is php 7.0 stable?
What does the php error 'parse error in php - unexpected t_variable at line x' means?