I would like to know how to make PHP echo
respect the line break of a text in the database.
I have a text field in the registration form like this:
<textarea id="descricao" name="descricao" class="input form-control col-lg-10" rows="5" required></textarea>
In the database it looks like this:
Iwouldlikeatthetimeofecho<?phpecho$row['descricao'];?>
,thesameBDlinebreaktoberespectedinthedisplay.
Butit'sallappearingonasingleline: