📜  从 Internet 复制的文本未插入 mysql 代码示例

📅  最后修改于: 2022-03-11 15:04:58.684000             🧑  作者: Mango

代码示例1
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']);