Answer Posted / ram kaushik
urlencode() converts some html entites in special
characters which is good for security purpose while
urldecode() gives us real url what we had before putting in
urlencode() function
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the characteristics of php?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Explain what is the function file_get_contents() usefull for?
How long is a php session valid?
How does csrf token work?
Explain preg_Match and preg_replace?
How to call javascript function in php without any event?
Suppose your zend engine supports the mode ?> Then how can you configure your php zend engine to support Mode ?
What is php routing?
How to remove the new line character from the end of a text line in php?
What is namespaces in PHP?
Do I need apache for php?
List some string function name in php?
What is the use of mvc in php?
How many open modes available when a file open in PHP?