Quote:
Originally Posted by saji09
use iconv("windows-1256", "UTF-8",$text);
by default iconv is available in php5.x
you can also download php_iconv.dll or iconv.dll and place it in php/extensions
your problem will be solved, but make sure your browser encoding in charset=utf-8 and if you are quering from database its not setting charset like mysql_set_charset('utf8');
Rest its working like charm 
|
hii..
i have a problem like you...
if i add an ascii code, ascii code changing to recording to mysql...
how can i fix it?