hi, since i have shifted my host these weird characters showed up on website! "ââ" i checked database, they are as it is written there. so when i call something through query they showed up too makes it worse, removing them manually is quite difficult. so please if anyone could tel me how to solve it. it would be great thanks.
M using php for my site, and Linux hosting!
Sahilsahni 0 Light Poster
Recommended Answers
Jump to PostHow did you shift DB (export and import DB) from one host to another?
Jump to PostObviously there is a character set error. The data seem to be in UTF-8, while the browser announces them as another character set (maybe latin-1?) Check all relevant character set parameters:
- database character set
- table character set
- field character set
- connection character set
- character set …
All 5 Replies
mwasif 10 Posting Whiz
G&G Designing 1 Junior Poster in Training
smantscheff 265 Veteran Poster
Sahilsahni 0 Light Poster
smantscheff 265 Veteran Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.