What is meant by urlencode and urldocode?
Answers were Sorted based on User's Feedback
Answer / nikunj
urlencode(): encode url
urldecode(): decode encoded url to original form
| Is This Answer Correct ? | 5 Yes | 0 No |
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 |
What are hooks in php?
Where do we use get and post?
Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??
what is the difference between ph4 and php5
Declare a new variable in php equal to the number 3;
What are the features of php 7?
Explain mysql_error().
Which will start a session?
What is a substring in php?
how to maintained the session from one page to another page based on the url and then entered into the first page is logging into instead of secondpage it goes to the another url.ie first login session togoes to the one url and next login session it goes to another url how is it possible in php please give me answer in that question
What is default session time in php?
How to get the directory name out of a file path name?