Escape quotes in a variable with PHP

后端 未结 7 517
温柔的废话
温柔的废话 2021-01-12 03:16

I use this code to genefate html

echo \"\";

Everything would be OK unles

相关标签:
7条回答
  • 2021-01-12 03:49

    Pass variable from htmlspecialchars($pram,ENT_QUOTES)

    0 讨论(0)
提交回复
热议问题