Hi there!
I use PHP and MSSQL 2000. Everything works just fine, although I have a small problem which I honestly don't understand. In one of my tables I have a name with either one of the characters å,ä and ö. (I'm swedish)...When I run a query on that table I get the following results. Let's say the column name is varchar, and the value is "örjan".
"rjan
Why doesn't it display ö? Is there something I have to change in MSSQL or in PHP or is it impossible to fix? I can also add when viewing the table inside SQLServer (return all rows for example), it says Örjan. But not on my webpage.
This really makes me confused.
Thankx in advance! 😉