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

Viewed 23337

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 there any differences from using it in a html format '&amp'?

5 Answers
Related