I want to convert a bunch of older perl scripts I have to PHP. Currently I'm using Berkeley DB for my data files.
I can't convert to MySQL or any other database due to the way the server is set up.
I'm pretty sure I'm supposed to use the DBM functions, but apparently they use their own format, and I can't have that.
The documentation says I can use Berkeley DB, but it's pretty damn vague on how to go about it. If anybody can help, it would be most appreciated.