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 |
How do i explode this string '||25||34||73||94||116||128' i need to have a array like this array ( 0 => '25', 1 => '34', 2 => '73', 3 => '94', 4 => '116', 5 => '128' ) explode("||", $array); didnt work for me i get this array array ( 0 => '', 1 => '25', 2 => '34', 3 => '73', 4 => '94', 5 => '116', 6 => '128', )
find highest salary
How many ways can we get the value of current session id?
3 Answers Infosys, L&T, SysBiz, Torque Infotech,
What are Routines?
What is asort php?
What percentage of websites use php?
Is it possible to remove the html tags from data?
how to insert logout time when browser close
What is static variable in php?
How check submit button is clicked in php?
How can we get the error when there is a problem to upload a file?
What types of Data Can Be Used as Array Keys?