PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a form where I have a textarea which I am storing in a mySQL database field (type: text). This includes a large amount of text, and if new lines are typed into the textarea then stored, I want them to be displayed when i display it from the database onto the website, however it just puts all the text together, ignoring newlines and spaces.