Im trying to save a html code
<p>fasdfasdf</p>
<p> </p>
<p> </p>
<p> </p>
when i save it in mysql it is save like this also
<p>fasdfasdf</p>
<p> </p>
<p> </p>
<p> </p>
how can i get rid of all line break so it will save like this
<p>fasdfasdf</p><p> </p><p> </p><p> </p>