| | Hi guys, I have set up a form with a textarea. If I have text on multiple lines such as: CODE here is some content here is some more content then when I print it out as html it will be returned on one line like so: CODE here is some contenthere is some more content When i look at the content in the database it looks just like the original way i entered it (contains the multiple lines). Is there a function in php so that when i spit it out in html it retains the multiple line format? Thanks in advance. |


