Discussion in 'PHP' started by crazy.works, Dec 15, 2008.
hello, please help me with function to convert utf8 text to windows 1256
Try this $mytext_utf = iconv( 'utf-8','windows-1256', $mytext); Regards Alex
Separate names with a comma.