Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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&#8243;. 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


Please Help Members By Posting Answers For Below Questions

Write a program in php to print a table of a number?

871


What is a comment in php?

1040


Which cryptographic functions in php returns the longest hash value?

943


Tell us what is the difference between session_unregister() and session_unset()?

950


How can we display information of a variable and readable by a human with php?

920


What would occur if a fatal error was thrown in your php program?

976


What is the use of $_server and $_env?

984


What does mvc stand for and what does each component do?

983


Is key exist in array php?

938


What is the timeout period on session values?

1032


What is "echo" in php?

918


Which software is best for php?

949


What is printf in php?

926


Does csrf token change?

869


Why die is used in php?

945