Chat Online
Support

Forum

A place for Dynadot and community experts alike to ask questions, share ideas, and more.
PHP & SQLite
12/20/2006 16:56
Once you do get around to offering PHP, how about being different? And make it PHP5 only. Since PHP5 by default supports the SQLite database, which does not require a daemon, I suspect it will put less load on your servers, although maybe more, because more people would be using it, once they learn that there is less fuss.
Reply Quote
12/20/2006 22:36
Absolutely, we will make Sqlite one of the database choices. It is a very well designed database. You connect to the database using a simple file open, not sockets. And the database file is located in the users directory. We like Sqlite very much.
Reply Quote