ID:               16151
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         MSSQL related
 Operating System: windows 200
 PHP Version:      4.1.2
 New Comment:

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




Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to