What is meant by urlencode and urldocode?
Answers were Sorted based on User's Feedback
Answer / nikunj
urlencode(): encode url
urldecode(): decode encoded url to original form
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
What is the difference between $message and $$message?
What is php namespace?
What are the differences between GET and POST methods?
How do you remove whitespace from the beginning and end of a $string variable?
Explain what is the function file_get_contents() usefull for?
Is it easy to learn php?
How to protect special characters in query string?
How can we submit form without a submit button?
How to Retrieve the Session ID of the Current Session?
How can we find the number of rows in a result set using PHP?
Use of Session
What is cms php?