Hi,
I've been using PHP for a while now and I'm beginning to migrate to
PHP5. So far, I'm impressed.
I need to develop an admin application to enable users to update a
website that is built on a MySQL database. In most cases, I'd simply
develop an application to manipulate the database but as the website is
updated fairly infrequently, I am considering a number of further
options instead to alleviate server load.
I am considering retaining the MySQL database for structure and building
scripts to generate XML from the data that can be processed and
transformed server-side (XSLT). Another option is SQLite. And yet
another approach is to generate static HTML pages from the database when
it needs to be updated or published.
Based on knowledge and past experience, what would everyone recommend? I
would welcome any feedback to help me in my decisions.
Thanks in advance.
Matt
I've been using PHP for a while now and I'm beginning to migrate to
PHP5. So far, I'm impressed.
I need to develop an admin application to enable users to update a
website that is built on a MySQL database. In most cases, I'd simply
develop an application to manipulate the database but as the website is
updated fairly infrequently, I am considering a number of further
options instead to alleviate server load.
I am considering retaining the MySQL database for structure and building
scripts to generate XML from the data that can be processed and
transformed server-side (XSLT). Another option is SQLite. And yet
another approach is to generate static HTML pages from the database when
it needs to be updated or published.
Based on knowledge and past experience, what would everyone recommend? I
would welcome any feedback to help me in my decisions.
Thanks in advance.
Matt
Comment