abstract:
For example, if I insert the following text into the database:
The First Line
The Second Line
What gets outputed is:
The First Line The Second Line
Anyone know how to fix this?
Hello, I was curious if there is a certain method for extracting information of type Text from a database? The problem that I am having is that when I retrieve the data none of the newlines are being printed... For example, if I insert the following text into the database:
The First Line
The Second Line
What gets outputed is:
The First Line The Second Line
Anyone know how to fix this? |