Forum Moderators: open
When I store it, it's a standard POST php page. The bog standard page returns and displays the pound and euro symbols fine...
When I want to display it, it's via an ajax function "populating" a div with what's returned by calling a document to return a number and stick the user currency in front of it..........however it's rendered via a <div name>.innerHTML=xmlHttp.responseText javascript function which isn't sorting the rendering of the symbols correctly.
Is it something I could sort with JavaScript unescape function (store an escaped £ or €?)....and does that have security implications if somehow I get escaped junk in my DB - or am I missing a cleaner way of doing it?
Newish to php/ajax/mySQL - being old school it's always easier to knock up with classic asp/MSAccess - but you just can't impress the punters these days with endless page refreshes, and a desktop DB :)!