Quote:
Originally Posted by YamiKaitou
Try using SQLite or nVault.
|
Well I would use nVault, but there's is no way to return the amount of entries.
Nor return entrie by number. Example returning the 1st entry with fvault:
PHP Code:
for(new i = 1; i < 15; i++)
fvault_get_key(i, key, len);
You probably understand what I mean.
There's not a function for that in nVault.
__________________