URL # sign encoding?
-
one of my input fields is an address.
but when submitting/redirecting it’ll not encode the # sign.
Address: 1234 Main ST #123The url will come out like this, this will be an issue with saving variables etc in php.
http://www.example.com/address=1234+main+st+#123
address will show as: 1234 main st
How would I fix this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘URL # sign encoding?’ is closed to new replies.