I've an html form receives input data from the user (name-pass-mail-phone) and when i tried to test it by inserting Arabic data , it saved it to the xml as '????' , them I added this line to my php script
header('Content-Type: text/html; charset=Windows-1256');
to handle this problem but the data was stored like 'íÇÓãíä' for the first time testing and then I kept receiving this error . Can anyone tell me what is that and how can I fix it ,plz??
Warning: simplexml_load_file() [function.simplexml-load-file]: mowasla.xml:12: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xED 0xC7 0xD3 0xE3 in D:\wamp\www\mowasla\sign.php on line 25