What is meant by urlencode and urldocode?

Answers were Sorted based on User's Feedback



What is meant by urlencode and urldocode?..

Answer / nikunj

urlencode(): encode url
urldecode(): decode encoded url to original form

Is This Answer Correct ?    5 Yes 0 No

What is meant by urlencode and urldocode?..

Answer / ram kaushik

urlencode() converts some html entites in special
characters which is good for security purpose while
urldecode() gives us real url what we had before putting in
urlencode() function

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More PHP Interview Questions

What is class extend in php?

0 Answers  


Why are sessions used?

0 Answers  


What is use of isset function in php?

0 Answers  


Is php still relevant 2019?

0 Answers  


What is $_ server request_method == post?

0 Answers  






How does html form submit work?

0 Answers  


Can we embedded directly PHP code into XHTML document? State Whether True or False?

0 Answers  


How can we encrypt and decrypt a data present in a mysql table using mysql?

3 Answers   Microsoft,


what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons

1 Answers  


Tell me what's the difference between include and require?

0 Answers  


Dear Sir, i am a frasher and now i got a job offer from AentteQ Software Technologies for PHP developer.. so i am in confusion that is PHP correct for my carrer or i shud choose other then php for my carrer...plz suggest me

4 Answers   NIIT,


What are the different ways to login to a remote server?

0 Answers  


Categories