in PHP by (32.2k points)

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

1 Answer

0 votes
by (14.1k points)

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().

Related questions

0 votes
asked Jun 23, 2019 in PHP by SakshiSharma (32.2k points)
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma (32.2k points)
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma (32.2k points)
...