This is a discussion on "Seeing Line Breaks?" within the PHP Forum section. This forum, and the thread "Seeing Line Breaks? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Seeing Line Breaks?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
Seeing Line Breaks?
When a comment is left on the blog, when someone hits enter they move down a line and type some more, but when the comment is saved to the database the line breaks are not preserved and kept, so when the comment is displayed it displays without a single line break, is there a way to solve this? Right now I have told people to use '<br />' but there must be a way!
__________________
Jack Franklin - Webforumz Moderator (x)HTML | CSS | PHP | MySQL | JQuery (Javascript) Contact: My Blog | Twitter | Delicious Want Lessons? PM me. If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
|
|
#2
|
||||
|
||||
|
Re: Seeing Line Breaks?
Fixed it myself in the end using nl2br($string);
Read: http://www.plus2net.com/php_tutorial/line-breaks.php
__________________
Jack Franklin - Webforumz Moderator (x)HTML | CSS | PHP | MySQL | JQuery (Javascript) Contact: My Blog | Twitter | Delicious Want Lessons? PM me. If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
#3
|
||||
|
||||
|
Re: Seeing Line Breaks?
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
Last edited by CloudedVision; Feb 24th, 2008 at 20:59. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Big Breaks | jtyoungs | Web Page Design | 11 | Dec 7th, 2007 10:59 |
| Line breaks | alexgeek | Other Programming Languages | 1 | Nov 1st, 2007 01:51 |
| retrieving and displaying line breaks | nate2099 | Databases | 1 | Jul 13th, 2007 08:56 |
| eref, textarea, line breaks | ppgpilot | PHP Forum | 2 | Jan 20th, 2007 18:13 |
| Adding RETURN line breaks to a database | Lizard- | Classic ASP | 2 | Aug 19th, 2004 09:49 |