What is the difference between urlencode and urldecode ?
Answer Posted / prasadkonnur
urencode function is convenient when encoding a string to
be used in a query part of a URL, as a convenient way to
pass variables to the next page.
urldecode decodes the encoded string.
$_GET and $_REQUEST are all ready in decoded form
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Why is php used for web development?
What type of headers have to be added in the mail function to attach a file?
What is a http session?
What do you mean range() in php?
How to track no of user logged in?
Explain the difference between require() and require_once()?
What is helper function?
How can you get web browser’s details using PHP?
How to retrieve values out of an array?
What are escaping characters?
What is ltrim?
What is difference between python and php?
What is an object in php?
How can php and javascript interact?
Are php sessions secure?