How to automatically wrap long text in PHP or SQL?
Mash10
Posted messages
1
Status
Membre
-
jordane45 Posted messages 30426 Registration date Status Modérateur Last intervention -
jordane45 Posted messages 30426 Registration date Status Modérateur Last intervention -
Hi, I'm creating a site with a form, I'm doing it with a forum, I save comments in a database (I use MySQL), the problem is that if a user writes a text without line breaks, the message is stored in the table that way and displays the same without line breaks. I have set a size for the container but it doesn't change anything, I would like to know if there is a way to fix this issue, thank you in advance.