Posted by kamlai on 12/07/05 11:58
Hi all,
I have an email in utf-8 encoding. In the content of the email, I need
to send a link in which the filename is in utf-8 string...just like
this..
$content = "<a href=\"http://xxxxxx/".$filename."\"">Link to file</a>";
however, the link can not be correctly passsed and it automatically
encodes it into %xx format. How to solve the problem?
I've tried urlencode($filename) and urldecode($filename) but cannot fix
the problem... Need Help~Thx
Navigation:
[Reply to this message]
|