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 |
how to track user logged out or not? when a user is idle?
What is php in full?
How do I check environment variables?
What is php string function?
Is php easier than javascript?
Explain setcookie() function in php?
How do you count numbers in php?
What is $_ request?
How to find the index of an element in an array php?
What are the method available in form submitting?
Explain the ternary conditional operator in php?
How to remove duplicate values from array using php?