How to store data which contains quotes in MySQL

后端 未结 5 1080
心在旅途
心在旅途 2021-01-21 05:45

In one of my forms I use the rich text editor from Yahoo!. Now i want to store the data from that textarea in a MySQL database.

The user can enter anything in that texta

5条回答
  •  面向向阳花
    2021-01-21 06:25

    If PDO isnt an option you might be able to use mysqli instead of course with a prepared statement.

提交回复
热议问题