I am fixing up a website for my brother. He has purchased webhosting which works with PHP but doesn't have a database.
Somewhere in the dim (OK very dim) recesses of my brain I remember reading about a database substitute programmed in PHP. I can't for the life of me remember where. Any ideas?
I would like to hook into this using database abstraction so that when I move the website into better webhosting I'll be able to use a proper database.
PHP database substitute
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
get_loaded_extensions(), get_defined_constants(), defined('SQLITE_OK'), function_exists('sqlite_close')
SQLite was added in PHP 5 however. I doubt the host has PHP 5.
the following may be of interest
http://www.phpclasses.org/browse/package/2673.html
SQLite was added in PHP 5 however. I doubt the host has PHP 5.
the following may be of interest
http://www.phpclasses.org/browse/package/2673.html