Hi,
I try to take data from mysql and insert into xls. I achieve that but I cannot sort out the char problem. Turkish characters are displayed in a weird shape in the file but everything seems fine when i display them in a web page.
I tried ISO-8859-9(which is turkish) then tried UTF-8 for both php pages and mysql but still there's the problem.
What happens is, if i send the data with $_POST it writes into file as it is but once i input the data to mysql and return it to the file there i get the problem.
Any ideas how to sort it out?