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 |
Tell me how can we connect to a mysql database from a php script?
What are php magic methods?
How can i send a HTML file to mail account.
Which are the best start and end tags to use?
what is CURL?
please explain me mail function in php
Why is PHP-MySQL frequently used for web (Portal) Development?
5 Answers T3 Softwares, Wipro,
Tell me what kind of things have you done on the social side?
Explain different types of errors in PHP (i.e. arguments in errorreporting function)?
8 Answers Base2 Infotech, DCI, Microsoft, Tata Elxsi,
What are the 3 scope levels available in php and how would you define them?
What's the difference between using mysql_ functions and pdo?
Explain how to submit form without a submit button.