What is meant by urlencode and urldecode?

What is meant by urlencode and urldecode?

What is meant by urlencode and urldecode?

View Answers

November 13, 2010 at 4:55 PM

Hi,

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.

Thanks









Related Tutorials/Questions & Answers:
What is meant by urlencode and urldecode?
meant by urlencode and urldecode
Advertisements
What is meant by PEAR in php?
What is meant by nl2br()?
What is meant by MIME?
What is meant by RAM
What is meant by embedded SQL?
what is meant by persistence in java???? give a programming example
what is meant by rowset and process row set
ModuleNotFoundError: No module named 'multidimensional_urlencode'
ModuleNotFoundError: No module named 'multidimensional_urlencode'
ModuleNotFoundError: No module named 'helga-meant-to-say'
what is bit
what is hibernate.archive.autodetection
what is hibernate.archive.autodetection
What is procedure
what is hibernate.archive.autodetection
what is hibernate.archive.autodetection
what is hibernate.archive.autodetection
what is hibernate.archive.autodetection
What is Hibernate
What is Hibernate
What is Hibernate
What is JDBC?
What is FBT
What is ActionServlet?
What is Trigger?
What is VLR ?
What's PHP ?
What is an interface?
What is DML?
What is Index?
What is SQLLoader?
What is a "constraint"?
what is Savepoint ?
What is this keyword?
what is collections?
what are indices?
What is Hibernate
What is DataAccessException?
What is Externalizable?
What is the % operator?
What is casting?
What is IOC ?
What is SQLExceptionTranslator?
What are Struts?
What is WAP?
What is SPOOL?
What is CRM?
What is webservices?

Ads