I need to keep over 20 different counters for my website and I want to do it without MySQL. I know I can do it with flat files, but that means I will have to have over 20 flat files.
Is there something similar to Perl's DBM simple database in PHP?
thanks.