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 action hooks and filter hooks?
What is the best website to learn php?
What is the default session time in PHP and how can I change it?
Is jquery better than javascript?
How to enable error reporting in php?
Explain what does the function get_magic_quotes_gpc() means?
What is the difference between using copy() and move() function in PHP file uploading?
What is php simple definition?
suppose if u want to pass session value using cookies onlu.. what changes i've to made in php.ini file?
How to communicate with sockets in php?
Does php 7 support multiple inheritance?
What are the 3 types of sessions?