--- Gleb Paharenko <[EMAIL PROTECTED]>写道:
> Hello.
>
> I usually put this statement after mysql_connect().
> It is difficult for me to say is your site is Ok,
> because my knowledge is limited only to English,
> Russian, Ukrainian and
> elementary German. Check that you can get the
> correct dat
--- Gleb Paharenko <[EMAIL PROTECTED]>写道:
>
> You can change the character_set_xxx variables using
> SQL
> queries. I usually put 'SET NAMES' at the beginning
> of my
> scripts.
>
Must i add mysql_query("SET NAMES 'utf8'") before
every occurance of real mysql_query()?
I have added mysql_query
Hello.
> collation. PHP 4.4 doesn't provide API to work with
> Connection Character Sets and Collations. PHP 5 adds
You can change the character_set_xxx variables using SQL
queries. I usually put 'SET NAMES' at the beginning of my
scripts.
立 周 wrote:
> --- Gleb Paharenko <[EMAIL PROTECTED]>
--- Gleb Paharenko <[EMAIL PROTECTED]>写道:
> Hello.
>
> From my experience PHP 4.4 works fine with MySQL
> 4.1.
> What troubles are you getting while restoring utf8
> database
> to the server? Please, could you explain more in
> detail all steps
> of the restoring process. Include information abo
Hello.
>From my experience PHP 4.4 works fine with MySQL 4.1.
What troubles are you getting while restoring utf8 database
to the server? Please, could you explain more in detail all steps
of the restoring process. Include information about database
character set as well.
立 周 wrote:
> Dear list s