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 I
First of all, if you want it displayed on a PHP form, the medium is HTML and so a new line will be rendered with the tag. Check the source HTML of the page - you may possibly have the new line rendered just as a line break, in which case your problem is simply one of translating the text for output to a web browser.