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
How long do php sessions last?
What are the ways to define a constant in php?
What is php and how do you use it?
Explain mysql_errno()?
Could we start a variable with number like $4name?
How to access standard error stream in PHP?
What is polymorphism in php?
What should we do to be able to export data into an excel file?
What is the difference between php and cakephp?
How do you identify independent and dependent variables in research?
What are the array functions in php?
How can we display the output directly to the browser?
What is a controller php?
What is a trait in php?
What is a null coalescing operator in php7?