How to wrap a string

how to replace this string 1 br > with
1,
2,
3
to wrap
clipboard.png

Sep.10,2021

is not / n is \ n


clipboard.png

"1\ n 2" these writes

  

\ n is only recognized in js for line wrapping
html does not recognize \ n
it is recommended to insert a tag < br/ >

in the part of the line to be wrapped.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30ae4-4e99a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30ae4-4e99a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?