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
List few sensible functions in PHP?
which will print out the php call stack?
What is php and how do you use it?
Can I use php in html?
How to convert a string to lowercase in php?
How can we display information of a variable and readable by human with php?
what is the scope of php in the future if any other language is developed then may be php is loss ???
What are the steps for the payment gateway processing?
What do the initials of php stand for?
Will a comparison of an integer 12 and a string "13" work in php?
What is strlen php?
What are the 5 types of variables?
What are escaping characters? Explain with an example?
What is the use of mysql_real_escape_string in php?
What is the difference between for and foreach?