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
Is php still in demand?
What is the difference between get & post ?
Is c similar to php?
What type of headers that PHP supports?
What is the actually used php version?
What are the functions of string?
how to track user logged out or not? when a user is idle?
How can you propagate a session id?
Is empty java?
Can php variables have numbers?
Explain about the $_GET variable of PHP?
Which function is used to strip whitespace?
How to find length of an array in php ?
What are magic methods?
How is it possible to set an infinite execution time for php script?