In what are the ways you can encrypt the password ?
Answer Posted / supriya
$enc=base64_encode("allinterview");
echo $enc;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is php a low level language?
What is the use of get and post method in php?
Tell me what does the array operator '===' means?
What does type casting mean in php? Explain with an example?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What is the difference between == and === in php?
How is it possible to return a value from a function?
Write down the code for save an uploaded file in php.
Tell us how can we access the data sent through the url with the post method?
How to remove html tags from data in php?
What is difference between explode() or split() in PHP?
What is $_ request?
What is the difference between php4 and php5?
Tell us how to set cookies in php?
Tell me how comfortable are you with writing html entirely by hand?