Escaped characters in string from submitted form

前端 未结 2 1759
Happy的楠姐
Happy的楠姐 2021-01-26 09:26

Every time a POST is made I get escaped characters.

\\ -> \\\\
\' -> \\\'
\" -> \\\"

I have a multistep form, which transmits the data

2条回答
  •  自闭症患者
    2021-01-26 09:45

    You must turn off the magicquotes in server , otherwise you should very careful about on/off status of the magicquotes .

提交回复
热议问题