HELP!!! PHP doesn't recognise new lines?

Simon

New member
Hi, I have this problem with php. I have made an html form including a text area this gets posted to a php script which processes it and the sends it to mysql. The problem is that when I make a new line in the html form it does not shoe up in php and mysql because instead of sending a <br> tag the html form only send spaces so php presumes that these are spaces. How can I change this.

Please help. Thank you.
 
Back
Top