Answer the question
In order to leave comments, you need to log in
How to enter an umlaut in MS SQL in php?
Hello uv. community. Tell me, I'm entering the text into the database in which there are umlauts and the database is entered incorrectly.
$server = '111.111.111.117';
$user = "test";
$pass = "test";
$mydb = "test";
$con = mssql_connect($server, $user, $pass);
mssql_query("INSERT INTO [table] ([Address]) VALUES ('Ostfildern, Niemöllerstrasse')");
Answer the question
In order to leave comments, you need to log in
[Address]Must be of type UNICODE .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question