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
What is the purpose of constant() function?
What is php session start?
What is the meaning of symbol '$' in jquery?
What is the difference between html and php?
What is factory pattern in php?
What is use of count() function in php?
Explain why would we use === instead of ==?
What are the steps involved to run php?
Applications written to provide a GUI shell for Unix and Linux are called
What is laracast?
What is final class and final method in php?
Does empty check for null?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
Tell us how to set cookies in php?
Do you know what's the difference between __sleep and __wakeup?