Posted on: 7/30/2012 9:16:12 PM | Views : 1001

Well I just realized (when deleting things I concidered uneeded after implementing the htmlencode/decode) I lost my new lines o.o.
I am loading text from database to div.
So I added replace /n in <br/>...
I encode text to insert into db and then decode it.
My question is if there are other character I mgiht want to b cautious about?
other characters I may not want to lose wihtout noticing (because, well new line is kinda hard to miss). 
...

Go to the complete details ...