|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-19 04:21 UTC] sander@php.net
[2002-04-21 06:26 UTC] bs_php at infeer dot com
[2002-05-16 06:16 UTC] oldiesf at multimania dot com
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 02:00:01 2025 UTC |
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