Stupid question. How do you delete a blank line?
I used nl2br and it added <br> but when i export it out to a csv file i dont want the br there. I want the words to keep going in a long strong, not break.
Example:
The field in the db that gets put in the csv file reads
test
</br>
test
I want it to read test test
I tried doing a replace but the breaks still show.