On 03.05.2008, at 20:56, Peter Allgeyer wrote:
> That would mean that we need the sqlite or bdb libraries. No
> problem, if
> size doesn't matter ;-)
Right. :) IIRC SQLite in PHP 4 adds around 200 KB, which could
probably be justified. Or maybe simply storing everything as arrays
and using PHP's serialization feature would also be adequate. Anyway,
it was just an idea in case someone is looking for something to do on
the captive portal. ;)
- Manuel |