I want to input multiple lines in a textarea field in a form, how can I keep(save) the carriage return into MYSQL database, and re-display in the web page?
If I only use $_POST['textarea_name'], then update it into MYSQL, then retrieve it to display it , all carriage returns disappear.
Thanks a lot.