How can we encrypt the username and password using PHP?
Answer Posted / m.mudassar
Using md5(); to encrypts password to make it more secure
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
When do sessions end?
What is factory pattern in php?
Explain me how to include a file to a php page?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
How do sessions work in php?
What is cakephp framework?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
How come the code works, but does not for two-dimensional array of mine?
How can we change the value of a constant?
How to copy a file?
How check field is empty or not in php?
How to create a session? How to set a value in session?
Which function is used in php to count the total number of rows returned by any query?
How to randomly retrieve a value from an array?
How is it possible to set an infinite execution time for php script?