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