How to make line breaks when displaying text from a table field text? The data is cast through the text area, displayed via nl2br. But here only 1 transfer is shown, how to make it show both 2 and 3 transfers? Can do type
str_replace(" ", "<br>", $text);
but this option turned out to be inoperative :( Also, in general, when a record is thrown into a database, 2 or more transferences are eaten, that is, only one remains. Can this be corrected?