0 votes
in PHP by
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
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...