How can we encrypt the username and password using PHP?
Answer Posted / sonal
by base64_encode()
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are php data types?
Tell us how to redirect a page in php?
What is the difference between implode() and explode() in php?
What are the two types of variables?
Explain about PHP filter and why it should be used?
How the web server interprets php and interacts with the client?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
Where is the submitted form data stored?
What are sql functions?
What is the current stable version of php? What advance thing in php7?
How to concatenate two strings in php?
Tell me how can we automatically escape incoming data?
What is full form of PHP?
How do I debug php?
Can you extend a final defined class?