ok this worked but now the enter does not work if i write in one line it breaks it but when i am write and press enter it just puts a space and puts it in one line
is there anyway i can use it togetger with the other comand so it would see the enter
The wordwrap function breaks your content down with PHP_EOL which is a constant that is defined to match the proper end of line charachter for your operating system.
Then uses nl2br to convert them to <br>'s including any ones the user entered.
the only thing i caution is against using the last parameter of "true" as this will allow php to cut words in half instead of breaking at the nearest word break
Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.
This thread is more than three months old
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.