ID: 16151 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: MSSQL related Operating System: windows 200 PHP Version: 4.1.2 New Comment:
Hello ! i have similar problem : environment: Windows 2000 Pro SQL Server 2000 PHP 4.1.1 - i insert the caracter "�" in a table using mssql functions. - when i read the table in Entreprise Manager : i have "�" instead of "�" - i replace "�" by "�" in Entreprise Manager - when i read the table with php mssql functions : i have "," instead of "�" sorry for my poor english Previous Comments: ------------------------------------------------------------------------ [2002-04-21 06:26:28] [EMAIL PROTECTED] setlocale() on windows is the problem! See bug #16718 http://bugs.php.net/bug.php?id=16718 ------------------------------------------------------------------------ [2002-03-19 04:21:40] [EMAIL PROTECTED] The bug system is not the appropriate forum for asking support questions. For a list of a range of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php ------------------------------------------------------------------------ [2002-03-18 13:32:55] [EMAIL PROTECTED] Hello i want to insert in a MSSQL server 2000 some informations that are typed in french with ���� etc.. like this : <? setlocale("LC_ALL","french"); $li=mssql_connect("cris", "sa",""); $db=mssql_select_db('v2tellme',$li); $test='����'; $query="insert into toto values ('".$test."')"; $rez = mssql_query("SET LANGUAGE french"); echo $query; $rez = mssql_query($query); $query="SELECT test from toto"; $qresp=mssql_query($query); $toto = mssql_fetch_array ($qresp); echo $toto[0]; mssql_close($li); ?> and after that in the database is just this TFta WHY???????????? i am not understanding!!!!!!!!!!!!!!!!!!!????? PLEASE HELP ME !!!!!!!!!!!!!! thank you fou your help , Cris Badea Web Developer Tellme SA ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16151&edit=1
