What is meant by urlencode and urldocode?

Answers were Sorted based on User's Feedback



What is meant by urlencode and urldocode?..

Answer / nikunj

urlencode(): encode url
urldecode(): decode encoded url to original form

Is This Answer Correct ?    5 Yes 0 No

What is meant by urlencode and urldocode?..

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

Post New Answer

More PHP Interview Questions

What is difference between readonly and constant?

0 Answers  


How do you identify independent and dependent variables in research?

0 Answers  


How can we destroy the cookie in php?

0 Answers  


Explain what are the three classes of errors that can occur in php?

0 Answers  


How can you create a session in php?

0 Answers  






What is binary safe function in php?

0 Answers  


What does the array operator '===' means?

0 Answers  


What is polymorphism?

0 Answers  


What is the use of friend function in php?

0 Answers  


How do I use isdigit function?

0 Answers  


What is a session in php?

0 Answers  


How to convert a string to uppercase in php?

0 Answers  


Categories