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 php session_start() and session_destroy() function?
Tell me which programming language does php resemble to?
how to extract month from given date by using string functions?
Which php framework is best for security?
What is the difference between get & post ?
Explain what is memcache?
How do you sort an array in php?
Draw the architecture of Zend engine?
How to enable cURL in PHP?
Suppose your zend engine supports the mode <? ?> Then how can you configure your php zend engine to support <?php ?> Mode ?
Which function is used to read a single character from a file in PHP.
To run php script on a local machine we need to install Apache http server and php. Then only scripts are run in the browsers. but when these things are not loaded on a local machine and a php script is brought by the browser still the browser displays the page. how?