Hello all. I've been doing quite a bit of research about the three items listed above. I'm starting a new version of my website, and would like to have a database of information so that I can easily add (myself and comments for my blog), edit, remove, display, as well as search, my website.
No matter what I know that I'll be using PHP for most of the calls and such. However, I don't know what to do about the MySQL and XML bit. It seems like MySQL is being recommended because it is a relational database, and that's beautiful to me. However, XML seems easier to edit and I'm sure I can use calls such as XMLHttpRequest with an XML database (which I am set on using in my site).
So, where should I direct myself? Can I use XMLHttpRequest with MySQL (I feel stupid for asking that)? A combination of the two? What do you do for your website?
-Chase
No matter what I know that I'll be using PHP for most of the calls and such. However, I don't know what to do about the MySQL and XML bit. It seems like MySQL is being recommended because it is a relational database, and that's beautiful to me. However, XML seems easier to edit and I'm sure I can use calls such as XMLHttpRequest with an XML database (which I am set on using in my site).
So, where should I direct myself? Can I use XMLHttpRequest with MySQL (I feel stupid for asking that)? A combination of the two? What do you do for your website?
-Chase