Adding a line break in MySQL INSERT INTO text
问题 Could someone tell me how to add a new line in a text that I enter in a MySql table? I tried using the '\n' in the line I entered with INSERT INTO statement but '\n' is shown as it is. Actually I have created a table in MS Access with some data. MS Access adds new line with '\n' . I am converting MS Access table data into MySql . But when I convert, the '\n' 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