WWhat is the functionality of md5 function in PHP?
Answer Posted / lakum
md5 means Messagedigest5 is an algorithem
converst the plain text to hipher text
mainly used in store the user passwords in database
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Is it difficult to learn php?
What is the difference between myisam and innodb?
What is the difference between $argv and $argc? Give example?
What is difference between put and post method in http?
Differentiate echo vs. Print statement.
What are the ways to include file in php?
Is age interval or ordinal?
What is a static variable in php?
What is the default time in seconds for which session data is considered valid?
Do you know how to enable error reporting in php?
How to block direct directory access in PHP?
What is difference between static and constant?
What is the super method?
What is php constructor?
Why should I store logs in a database rather than a file?