PHP encoding conversion_php basics
SELECT COLLATIONPROPERTY('Chinese_PRC_Stroke_CI_AI_KS_WS', 'CodePage')
The return value is 936, which is GBK encoding.
936 Simplified Chinese GBK
950 Traditional Chinese BIG5
437 United States/Canada English
932 Japanese
949 Korean
866 Russian
65001 unicode UFT-8
If the field has Chinese characters and the PHP file setting encoding is GBK2312, there will be no problem when fetching the database information:
print_r($rs["Customer Code"]);
If If the PHP file is set to encoding utf-8, an error will be reported.
If you must set the encoding of the PHP file to utf-8, you need to convert the encoding:
print_r($rs[mb_convert_encoding("Customer encoding","GBK","UTF -8")]);//Print the record array
This way there will be no problem.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)
