How to insert data including single quotation marks, double quotation marks, and back quotation marks into the mysql?

if the data to be saved contains""`, how can it be inserted into the database?
A rookie, please give me some advice.

Mar.04,2021

call escape function


escape slash


escapes special characters.

\' \" \`
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38552-2c120.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38552-2c120.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?