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 action hooks and filter hooks?

0 Answers  


What is the best website to learn php?

0 Answers  


What is the default session time in PHP and how can I change it?

13 Answers   VirtualSoft,


Is jquery better than javascript?

0 Answers  


How to enable error reporting in php?

0 Answers  


Explain what does the function get_magic_quotes_gpc() means?

0 Answers  


What is the difference between using copy() and move() function in PHP file uploading?

5 Answers  


What is php simple definition?

0 Answers  


suppose if u want to pass session value using cookies onlu.. what changes i've to made in php.ini file?

1 Answers  


How to communicate with sockets in php?

1 Answers  


Does php 7 support multiple inheritance?

0 Answers  


What are the 3 types of sessions?

0 Answers  


Categories