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


Please Help Members By Posting Answers For Below Questions

Do you know what does mvc stand for and what does each component do?

497


What is php dependency injection?

522


What does the function get_magic_quotes_gpc() means?

496


What are the uses of php language?

525


Why are sessions used?

526






Tell me how stop the execution of a php scrip?

522


How does the identity operator ===compare two values in PHP?

647


How is it possible to propagate a session id?

507


What is call by reference in php?

509


How can a cross-site scripting attack be prevented by php?

530


What are the method available in form submitting?

522


What are hooks in php?

520


What is trim codeigniter?

529


Explain soundex() and metaphone().

574


What is the function of mysql_real_escape_string in php?

473