Greetings.
There is a GET request that stores URLs of the form: site.com/example/227172/Text+othertext
But after attempting to receive this GET request, the URL is converted to this form: site.com/example/227172/Text othertext. That is, somewhere the "+" sign drops, how can I fix this?
urlencode()] [1] [1]: php.net/manual/ru/function.urlencode.php - Johnyrawurlencode()Before receiving, you will makerawurldecode()- Johny