
I am getting <br /> for every newline in textarea after I load the values from the database
I try to use these but it does not change anything
nl2br($house_address);
Any tips?
Use strip_tags:
echo strip_tags($house_address);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With