I originally wrote this website software to run on a crappy HP-UX box that only had PHP ver. 3.0.8 or something. It was horribly outdated for its time even. That was September 25, 2001. Nearly 2 years ago. Anyway… I started first by trying to implement the database with DBM. DBM sucks. I didn’t try that for long at all. After that I decided to just use flat text files with custom delimiters and a small API for accessing and updating the data in those files. That’s probably why I didn’t spend a lot of time writing admin pages at the time; the parsing of all that text got ugly fast.