I am developing one Blog Website and I was wondering how to save the large blog post data – in a XML file, as a HTML file or directly in database. Any suggestion?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A database would be much better. So save an XML file (or any other file), you need to overwrite the entire thing. A database allows you to add/update a record at a time.
Not to mention a DB is easier to search if you’re looking for all blog posts with a certain word or phrase…