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
\'&\'
Storing it as & is an appropriate method. You can echo it or use it in statements as &.
&