This question already has an answer here:
I have quotes in MySql Database which have line breaks like below.
First Line
Second Line
But its showing me in my page like this
First Line Second Line
My Code is like below
<td><?php echo $row['qu_text'];?></td>
What I am missing ?
Thanks
</div>