1When I was copying and pasting into textarea it won't allowing me to insert value in database.
2
3Now I found the solution
4
5HTML --- <textarea name="description"></textarea>
6
7PHP --- Please add addslashes like $text = addslashes($_POST['description']);