Hi everyone.
Okay this is not a straightforward PHP question but I'm confident some ouf you folx will be able to answer, so here it goes:
I wrote a small application that stores Templates (HTML mixed with some special tags) in a Database. Editing is done through a <TEXTAREA> field.
This is fine until you work with non breaking spaces ( ðŸ˜‰. They will be stored in the database and will be spit out when the template is in use. They however will NOT show up again in the <TEXTAREA> "editor" because it gets interpreted as " ".
Any ideas how to make it show without destroying other "&" characters?
Thx in advance,
Dominique