I'm looking for an alternative to MySql for storing data and wondering if using text files to store data is possible, and using PHP to extract the contents into a PHP/HTML template.
Example:
Links on a static page calls a PHP/HTML template and also a text file (unique to that link) with content which is then inserted into that template.
How possible would this be? Are there any online tutorials or books available ?
Thanks so much in advance :)