The best way to store &(Ampersand) in MySQL database

后端 未结 5 1317
情书的邮戳
情书的邮戳 2020-12-19 09:14

I\'m building a category list and I\'m unsure how to store the Ampersand symbol in MySQL database. Is there any problem/disadvantage if I use \'&\'. Are the

5条回答
  •  失恋的感觉
    2020-12-19 09:58

    Use & if you want to have a valid HTML or avoid problems, like cut© (browser shows it as cut©).

提交回复
热议问题