Hi. I'm starting a small project, and as such, I want the simplicity of using a file as database, without needig a server like mySQL or ODBC (much like an Access .mdb from ASP).
For example: db_connect("/html/db/mydb.mdb");
Is there a way to do this with PHP ?
Thanks in advance for your answers,
D`arcy