Forum Moderators: coopster

Message Too Old, No Replies

Very simple database in PHP like in Perl

         

ngentot

11:53 pm on Apr 17, 2004 (gmt 0)



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.

Netizen

12:21 am on Apr 18, 2004 (gmt 0)

10+ Year Member



dbm flat file databases are not perl specific and there are access routines in PHP as well as perl. Take a look at the PHP manual here [php.net]. The installed version of php needs to have the support compiled in, as stated in the manual.