Page 1 of 1

storing line breaks

Posted: Sun Jun 30, 2002 3:19 pm
by Steven
on his website a friend of mine uses php with mysql to have a blog on the main index....

http://www.heatwavedesign.net - just click the splash

anyhow as of now we have to enter in <br><br> whenever we want to skip a line... how can we make it so that it works more like this forum where the user only has to hit enter twice for the next line?

-steve

Posted: Sun Jun 30, 2002 3:27 pm
by hob_goblin
new line to break


http://www.php.net/nl2br

Posted: Sun Jun 30, 2002 4:28 pm
by Steven
thank you :D
-steve