hello,
i am using urlencode on one site with PHP 4.2.2 and it places and passes the + signs for all the spaces just fine. the receiving file uses the encoded variables good.
on a new site with PHP 4.2.3 that i am working on, the + signs are fine in the HTML but being changed to %2B in the URL and then the receiving scripts intreprets them differently. i have to use urldecode in order for it to wrok correctly.
the new site is on a different server and we will be moving many more to it and would like to know why this is.
any ideas?