arunpatal Posted November 16, 2012 Share Posted November 16, 2012 Hi, the entered data in database is like this Hello, How are you today.. What are you doing today... But when i echo this variable it shows like this Hello, How are you today.. What are you doing today... how can i solve this? <?php if(isset($details1)) { echo " <br /> <div id='detaildisplay_box' style='overflow: auto;'>$details1</div> <br />"; } ?> Link to comment https://forums.phpfreaks.com/topic/270767-div-problem/ Share on other sites More sharing options...
kicken Posted November 16, 2012 Share Posted November 16, 2012 nl2br Link to comment https://forums.phpfreaks.com/topic/270767-div-problem/#findComment-1392818 Share on other sites More sharing options...
Pikachu2000 Posted November 16, 2012 Share Posted November 16, 2012 nl2br Link to comment https://forums.phpfreaks.com/topic/270767-div-problem/#findComment-1392819 Share on other sites More sharing options...
arunpatal Posted November 16, 2012 Author Share Posted November 16, 2012 Thanks Link to comment https://forums.phpfreaks.com/topic/270767-div-problem/#findComment-1392821 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.