Re: [PHP-DB] PHP and Active Directory...

2003-11-12 Thread Boniforti Flavio
Russell Johnson wrote: With luck, either the utf8_encode or utf8_decode functions might work, else the recode_string function (with some experimentation) should do it. Great! I'm using "utf8_decode"... and it works!!! Great... ... but I still hate Micro$oft's software! :-( Thank you -- ---

[PHP-DB] PHP and Active Directory...

2003-11-12 Thread Boniforti Flavio
Hello all! I managed to get data out of my Active Directory, but now I have a big trouble: as I'm in Italy and use Italian, I also have characters like "à è ì ò ù", which are part of my users' names. Now, when I get this data with PHP, I get following: "à" gets "Ã" "ò" gest "ò" I didn't check