📅  最后修改于: 2022-03-11 15:04:58.684000             🧑  作者: Mango
When I was copying and pasting into textarea it won't allowing me to insert value in database.
Now I found the solution
HTML ---
PHP --- Please add addslashes like $text = addslashes($_POST['description']);