I want to develop something like a commenting system for a page on my site without having to use MySQL. Stop me when you've heard this, but I was thinking that I could do this by creating a txt/xml file once someone posts the first comment, and then for every new post it gets added at the beginning of the file. From there the php file only has to read the file once it loads. Am I making any sense?
I have a script for that, I use it on my site, http://tackypenguin.com I can assist you with this. PM me for details.