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 />";
}
?>












