View Single Post
  #1 (permalink)  
Old Nov 30th, 2007, 23:39
cosmicbdog cosmicbdog is offline
Up'n'Coming Member
Join Date: May 2007
Location: northern nsw, au
Age: 27
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
[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 &pound 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?
Reply With Quote