Otomatik PHP ile olası bir form içinde textarea line-break?

2 Cevap php

I know about the nl2br function... But is there a way to set a maximum length of a line? Im using php to get results from a form, which contains a textarea. I dont want words to get broken to newlines, like the word 'example' to become 'exa
mple'

Teşekkürler