BostonGuru
09-11-2007, 03:12 PM
I am trying to throw together a quick and simple way for a friend to update his news box on his website without having to go in and edit html.
What i did is to just move all his entries into a simple 3 column sql db (headline, body text, and id), and then just give him a quick tutorial on how to add rows in phpMyAdmin.
The problem I am having is that when there is that when he types something like "Chris's" it is printed out on the website as "Chris?s". If I view the entry in the sql db, it appears as it should. This also happens with the TM symbol; it looks fine stored in the db, but is a question mark when displayed on the website.
Do i need to be specifying a certain format when executing the SELECT query on the website in order to preserve the special characters?
What i did is to just move all his entries into a simple 3 column sql db (headline, body text, and id), and then just give him a quick tutorial on how to add rows in phpMyAdmin.
The problem I am having is that when there is that when he types something like "Chris's" it is printed out on the website as "Chris?s". If I view the entry in the sql db, it appears as it should. This also happens with the TM symbol; it looks fine stored in the db, but is a question mark when displayed on the website.
Do i need to be specifying a certain format when executing the SELECT query on the website in order to preserve the special characters?
