1
I’d like to get the information on:
- When a person makes a Enter in the textarea, the code itself should insert a "br>" in mysqli, thus giving a line below.
How can I accomplish this way?
1
I’d like to get the information on:
How can I accomplish this way?
Browser other questions tagged php
You are not signed in. Login or sign up in order to post.
give a look at http://php.net/manual/en/function.nl2br.php
– Bruno H.