Double quotation marks: double quotation marks php prevents single quotation marks. double quotation marks are escaped on the acceptance page: if you do not want to see the following situation on the PHP page: single quotation marks are escaped as double quotation marks, you can perform the following settings to prevent them: method 1: in php. set in ini: magic_quotes_gpcOff Method 2: $ strstripcslashes ($ str) PHP page if you do not want the following:
The single quotation mark is escaped /'
Double quotation marks are escaped /"
You can perform the following settings to prevent:
Method 1: Set magic_quotes_gpc = Off in php. ini.
Method 2: $ str = stripcslashes ($ str)
The preceding section describes how to use double quotation marks (php) to prevent single quotation marks. double quotation marks are used to accept page escaping, including the content of double quotation marks. if you are interested in PHP tutorials, you can help.