Linebreaks

Support, Snippets & Projects

Moderators: Moderator, Global Moderator

Post Reply
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

Linebreaks

Post by Josh »

How do I insert stuff into the sql database with linebreaks from a textarea?

Thanks in advanced,
-Dren
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Jim
Administrator
Administrator
Posts: 1324
Joined: Thu Jun 17, 2004 12:37 am

Linebreaks

Post by Jim »

Insert the data into the database like normal and then use the nl2br(); function to echo it back.

[url=\"http://uk2.php.net/manual/en/function.nl2br.php\"]http://uk2.php.net/manual/en/function.nl2br.php[/url]
Love is all a matter of timing.

It's no good meeting the right person too soon or too late.

If I'd live in another time or place...

...my story might have had a very different ending.
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

Linebreaks

Post by Josh »

Thank you! <img src=\'http://www.killanet.net/forum3/public/s ... /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Post Reply

Return to “PHP &amp; MySQL”