Hi - is there a simple way, e.g. just a line or two to replace \n with <br>?
E.g. replace a new line with a <br>?
Thanks in advance,
Chris
Yes, by using nl2br()
Read the PHP manual for more info.
The function nl2br() does this 😉
knutm
Thank you both!