Hello all,
If i insert deliberately new line characters (\n\r) in a textarea and send the whole content in a VARCHAR mysql field, there is no problem. But, when I display that field's content on a webpage, i see the new line characters inside my text like \n\r which is of course a programming error. I tried to hide them with htmlentities() function but could not do the job. WHich function can do that for me please?
Tks