Nope, had no effect. What's confusing me is that when i set my localhost similar to my server it works fine. Is there another reason this would be happening?
Mike
Search found 3 matches
- Tue Jan 18, 2011 4:07 am
- Forum: Databases
- Topic: Retrieving Special Characters From MySQL Database
- Replies: 4
- Views: 2195
- Thu Jan 13, 2011 5:52 am
- Forum: Databases
- Topic: Retrieving Special Characters From MySQL Database
- Replies: 4
- Views: 2195
Re: Retrieving Special Characters From MySQL Database
The only settings I can think of are MySQL charset and MySQL connection collation. I've tried changing the collation but with no effect, I cannot figure out how to change the charset. Could this be where the problem lies? The charset on the server is set to UTF-8 Unicode (utf8), which i thought shou...
- Wed Jan 12, 2011 6:57 pm
- Forum: Databases
- Topic: Retrieving Special Characters From MySQL Database
- Replies: 4
- Views: 2195
Retrieving Special Characters From MySQL Database
Hey, I've been trying to retrieve certain characters from my mySQL database, characters such as 'ç' and 'á'. I use these characters in certain words, such as 'Français' in a menu for my site. The menu works fine on my localhost, all characters are displayed properly, however when I upload my site an...