0 votes
in PHP by

What type of operation is needed when passing values through a form or an URL?

1 Answer

0 votes
by

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

...