Answer Posted / nikunj
urlencode(): encode url
urldecode(): decode encoded url to original form
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to invoke a user function?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
What do the initials of php stand for?
What is uniqid php?
How can you upload a file using php?
Why do we use inheritance in php?
What is a query give example?
What is use of count() function in php?
How can I prevent sql-injection in php?
What is uri routing?
Do you know what does $globals means?
What is needed to be able to use image function?
What is php regular expression?
Why php 7 is faster?
What is the difference between associative array and indexed array?