?? strip_tags(nl2br($row[descr]), '<br>');
Yes, it is not working but I belive it could be ok. I say: take description and place <br> where you find \n, then I was supposed that strip_tags could work removing html tags like <br> ...but it isn't...
Thanks for your help, your string
str_replace("\r\n", "", $string);
work pretty well, what is \r ?