I have a form which posts to a MySQL database.
I want to basically send a page of news to the database already formatted with enters.
Normally I just have to go through and put <BR> on the end of every line to format it correctly. But I noticed that MySQL is storing them the correct way (looking at them in PhpMyAdmin) and I'm sure they are just using PHP to display it back to me, so what is the code to display it back correctly??