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 get a total number of rows available in the table?
What is the definition of a session?
What are the new features available in php 7?
Tell me what's the difference between include and require?
Why delimiter is used in mysql?
Explain me differences between get and post methods?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
How to remove blank spaces from the string?
What are php errors?
How would you determine the size of a file in php?
How to terminate the execution of a script in PHP?
What is difference between php and html?
Php code to find whether a number armstrong or not?
How to delete a file from the system?
How can we access the data sent through the url with the get method?