Forum Moderators: coopster
<div>testing 123</div><div>testing 123</div><div>testing 123</div>
but when i insert it to mysql database, it will line break at </div><div> like this
<div>testing 123</div>
<div>testing 123</div>
<div>testing 123</div>
i tried use mysql_real_escape_string or nl2br to strip new line symbol but nothing effect
can anybody help me? Thanks