[PHP] DBA flatfile mode

2007-05-08 Thread Ultraband
Hello, I'm using PHP's dba flatfile mode to maintain a flatfile database with a few records. It works good, but I was wondering about how it works. I notice that after deleting a record, only what I take to be the key part of the record is removed (the dba_* functions now longer read this record

Re: [PHP] DBA flatfile mode

2007-05-08 Thread Chris
Ultraband wrote: Hello, I'm using PHP's dba flatfile mode to maintain a flatfile database with a few records. It works good, but I was wondering about how it works. I notice that after deleting a record, only what I take to be the key part of the record is removed (the dba_* functions now