Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-03-2010, 04:37 PM   PM User | #1
extremed
New Coder

 
Join Date: Jun 2010
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
extremed is an unknown quantity at this point
insert and retrieve text

Hi

Im inserting formatted text using textarea to mysql field and text is looks like

Code:
first line
second line
third line
once i retrieve this text, its looks like

Code:
first linesecond linethird line
how to keep the format when retrieve?


Any help would be great, sorry for the language errors

Thanks
extremed is offline   Reply With Quote
Old 12-03-2010, 04:49 PM   PM User | #2
kbluhm
Senior Coder

 
kbluhm's Avatar
 
Join Date: Apr 2007
Location: Philadelphia, PA, USA
Posts: 1,502
Thanks: 2
Thanked 258 Times in 254 Posts
kbluhm will become famous soon enough
Are they being echoed within a loop? I notice there are no spaces between the 3 lines, which would be the case if you were viewing it within a browser with no break tags.

Otherwise, you are echoing each line with no new line characters in between.

Care to show us your code?
__________________
ZCE

Last edited by kbluhm; 12-03-2010 at 04:54 PM..
kbluhm is offline   Reply With Quote
Old 12-03-2010, 05:06 PM   PM User | #3
extremed
New Coder

 
Join Date: Jun 2010
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
extremed is an unknown quantity at this point
Quote:
Originally Posted by kbluhm View Post
Are they being echoed within a loop? I notice there are no spaces between the 3 lines, which would be the case if you were viewing it within a browser with no break tags.

Otherwise, you are echoing each line with no new line characters in between.

Care to show us your code?
no loop since i retrieve one raw
im echo it back to a textarea

Last edited by extremed; 12-03-2010 at 05:16 PM..
extremed is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 12:53 AM.


Advertisement
Log in to turn off these ads.