I have a url containing some multi-byte characters. So I
need urlencode() to change these characters into the %xx
form. However, when I encode the whole url string, "/" is
also be encoded as "%2F". How to solve this problem? I don't
want to analyze the url string before/after urlencode().

Thanks a lot.


                            eruisi
                            10/25/2004
                            03:19:55

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to