What is the difference between urlencode and urldecode ?
Answer Posted / laxmikant
urlencode() returns the URL encoded version of the given
string. URL coding converts special characters into % signs
followed by two hex digits. For example: urlencode(”10.00%”)
will return “10%2E00%25″. URL encoded strings are safe to be
used as part of URLs.
urldecode() returns the URL decoded version of the given string.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is overriding in php?
Tell me how do you execute a php script from the command line?
what is constructor
Explain briefly about a search-friendly site looks like?
When a conditional statement is ended with an endif?
Is empty check in php?
Maine 12th ke bad 2 years ka web designing ka course kiya hai. Php me achcha hu. Ek fresher ko is field me kitna mil sakta hai ?
What is composer install?
How to turn on the session support in php?
What is php session_start() and session_destroy() function?
What is csrf mvc?
Is gender a dependent variable?
How to update memcached when you make changes to php?
What is the difference between characters 23 and x23?
How to take a substring from a given string?