Could someone tell me how to add a new line in a text that I enter in a MySql table?
I tried using the '
'
in the line I entered with INSERT INTO
statement but '
'
is shown as it is.
Actually I have created a table in MS Access with some data. MS Access adds new line with '
'
. I am converting MS Access table data into MySql . But when I convert, the '
'
is ignored and all the text is shown in one single line when I display it from MySql table on a PHP form.
Can anyone tell me how MySQL can add a new line in a text? Awaiting response, thanks!!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…