I use imap_fetchbody to download email from my personal email to a MYSQL DB and when i use with special characters, like accents, in my DB save n? instead of nÂș for example
Anyone can help me with this problem?
Example:
$data = imap_fetchbody($mbox,$mid,'0');
Best Regards.