Fill Page Content with XML or MYSQL

webmasterbeta

New Member
The index page of my website has text content (a summary and a list on the left hand-side) that needs to be editable. This isn't like a news feed that can change in number of news items etc. This is basically fixed, but I want it to be somewhat editable by the admin. This is a real estate website that I'm making for a customer, I don't want to manage it, so I'm gonna leave him with some admin features.

My question is, should the content be filled with xml or a database? I thought xml would be better suited for this task... but I started manipulating some parsing functions and it seems pretty heavy. Using a database seems easier and might put less strain on the server. What are your ideas?
 
Back
Top