Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Tell me what type of operation is needed when passing values through a form or an URL?

If we would like to pass values througn a form or an URL then we need to encode and to decode them using htmlspecialchars() and urlencode().

 243 views

More Questions for you: