Suchy Posted April 24, 2007 Share Posted April 24, 2007 I am working on a news system, where people fill out a textform, the info goes to MySQL and then onto the page. But I have few problems, mainly when sombody starts paragraph, all the space between lines is ignored, and when the page loads onto the screen the text is in one long paragraph. How can I fix this? Link to comment https://forums.phpfreaks.com/topic/48478-news-system/ Share on other sites More sharing options...
Barand Posted April 24, 2007 Share Posted April 24, 2007 www.php.net/nl2br echo nl2br($db_text); Link to comment https://forums.phpfreaks.com/topic/48478-news-system/#findComment-237154 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.