资 源 简 介
NoDB (NoDataBase) is a file-based database system for PHP. I created it because I did not have access to a MySQL server so I needed an other way to store my data.
NoDB only needs PHP (Apache) to work.
There is a nodb_functions.php with all the functions to edit the databases. There is a file called nodb_admin.php which is the NoDB Administrator Page and enables changing databases and data. Code from that file can be taken to use NoDB on other pages.
The database files are called file.nodb. They are XML files, built like that:
id
title
content
date