display line breaks from MySQL text field
Posted: Mon Jan 16, 2012 12:53 pm
i am not sure how to phrase the topic, but when i store the data from my php form it looks like this
but when i pull it from the DB to view the result is:
when i look at the mysql data field it looks the same wayfirst line
third line
fifth line
but when i pull it from the DB to view the result is:
how do i get it to show with the line breaks?first line third line fifth line