Question
Dynamic Text Line Breaks
I have a php page that displays records of a MySQL database.
When I enter the text into the database I used "enter" for line
breaks. But when the php page displays the record, it ignores the
line breaks and puts all the words on one continious line. Can
anyone help me get those line breaks to show up on my page?
