in PHP by (32.2k points)
Is it possible to protect special characters in a query string?

1 Answer

0 votes
by
Yes, we use the urlencode() function to be able to protect special characters.

Related questions

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