Good evening,
When I try to enter Polish characters (like ę, ą, ó and so on) into SQL Server via PHP, I get “strange” characters insterted instead of correct ones. Column is NVARCHAR and collation is POLISH_CI_AS and both html (form) and php file are saved in UTF-8. Creating a statement INSERT INTO TableName VALUES (N’$value’); does not help. When I insert data directly via SSMS, everything works properly