|
[SOLVED] making sure characters saved to db remain in the long version, like '£
hi there, I have a cms and whenever I save a character like £ to the db and then retrieve it to an editable field again, when it displays in the input, naturally it just displays the actual character and not the longwinded version.
I am wondering if there is a way around this? I don't like the idea of having to each time I want to save something back to the db doing some ereg_replace() script that changes everything as I'd like to keep the character input manual at this stage.
Any ideas?
|