Do anybody know a file database PHP script similar like paFileDb, until there website was suspended. Help,
Consider using one of these libraries: http://lukeplant.me.uk/resources/flatfile/ http://txtsql.com/index.php http://sourceforge.net/projects/ffdb-php/
This would be your best bet: http://sqlite.org/ It is also natively supported by PHP5, so no special scripts to install. http://www.php.net/manual/en/ref.sqlite.php http://www.php.net/manual/en/function.sqlite-open.php