I use below and submit it thru ajax...however, when it store to sql,
it can;t store the new line. so
"1
2"
become
"12"
Please help.
thanks.
it can;t store the new line. so
"1
2"
become
"12"
Code:
in .php <textarea name='note' rows='3' cols='70' id='note' >$in_note </textarea> in .js note =document.getElementById("note").value;
thanks.
Comment