What's up,
Okay, I am making a guestbook like system with PHP and MySQL
The comment section of the form uses a Text Area which is stored into longtext in my database. In the database all the carriage returns are in tact, however when I output the text as a <p> the carriage returns are lost and for example:
Hello
What's up
How are you
becomes:
HelloWhat's upHoware you
is there any way to add in carriage returns when outputting longtext?
Thanks,
Don
Okay, I am making a guestbook like system with PHP and MySQL
The comment section of the form uses a Text Area which is stored into longtext in my database. In the database all the carriage returns are in tact, however when I output the text as a <p> the carriage returns are lost and for example:
Hello
What's up
How are you
becomes:
HelloWhat's upHoware you
is there any way to add in carriage returns when outputting longtext?
Thanks,
Don