Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 06-08-2005, 04:45 PM Display line breaks
webgrrl's Avatar
Skilled Talker

Posts: 74
Trades: 0
So I have this webpage with a textarea box. The text is put into a MySQL db, where it is stored with any line breaks. In other words, if someone types this into the textarea box:
This is line one of the text submission.
This is line two of the text submission.
...this text is stored correctly in the db with a break between each sentence.


HOWEVER, when I take the data out of the db and do a php "echo $string;" of it, it comes out as a big blob with no breaks.

What can I do? Is there an easy way to display this with the breaks as they are in the db?

Thanks in advance,
WebGrrl
webgrrl is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-08-2005, 05:15 PM
0beron's Avatar
Defies a Status

Posts: 1,832
Location: Somewhere else entirely
Trades: 0
call nl2br() on the string so:

PHP Code:
echo nl2br($string); 
That function looks for newlines '\n' in the string and replaces it with '<br />' which inserts a line break into the HTML.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';

Please login or register to view this content. Registration is FREE
(aka MSN handwriting for forums)
0beron is offline
Reply With Quote
View Public Profile Visit 0beron's homepage!
 
Old 06-08-2005, 06:36 PM
webgrrl's Avatar
Skilled Talker

Posts: 74
Trades: 0
Purrrfect!

Thanks !

WebGrrl
webgrrl is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Display line breaks
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.41120 seconds with 12 queries