How can I create a dynamic webpage using PHP and XML?

Cristian

New Member
I am doing a small website project. In a page their is a section where the client posts new updates, at any given time there will be a maximum of 5 to 6 posts in this division. I was trying to create a MySQL database for the content. But I wonder if their is anyway I could have all the entries as XML files and use PHP to parse it. Is it possible ?Which one is the better option MySQL or XML?
 
Back
Top