Answer Posted / 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 View All Answers
How to create reusable code in php?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
What is isset post?
Why is php used?
How does php work?
What is trim codeigniter?
When to use single quotes, double quotes, and backticks?
Which parts of php are case sensitive?
Why should I store logs in a database rather than a file?
Tell me what does the array operator '===' means?
What is overriding in php?
What does the unlink() function means?
Why do we use in php?
What is good average session duration?
Do you know how can we check the value of a given variable is a number?