WWhat is the functionality of md5 function in PHP?
Answer Posted / dn singh
With the md5 function you can encrypt your text with 32
character hexadecimal string.
For Ex.
$str = 'apple';
echo md5($str);
this prints '1f3870be274f6c49b3e31a0c6728957f'
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
i m a B.E,passed out few yrs bak failed to find good job due to less marks now thinkin of a career as PHP developer. is it a lucarative field and wat r career prospects; hv heard dat initial salary is very less bout 6k also most jobs r contrct jobs.pls guide me need ur valuable advice.pls hellppp!! thnx..
Explain about getters and setters in php?
What is use of echo in php?
What is call by reference in php?
How can you send email in php?
Tell me how can we connect to a mysql database from a php script?
Do I need apache for php?
Are php session secure?
Is it easy to learn php?
Why triggers are used in mysql?
Explain how we can retrieve the data in the result set of mysql using php?
Explain $_FILES Superglobal Array?
Tell me how is it possible to remove escape characters from a string?
How cookies are transported from browsers to servers?
Is php a cms?