I'm putting together my first site using XML for page content and for items in an e-commerce store. Today I started on the user registration/login system, but I'm not sure whether I should store user data in XML files or in a MySQL database. Does it make a difference security-wise? Should I be using MySQL for the store as well?