I'm using a ubercheap (free) webhosting that has PHP but no SQL access. I've set up a blogging script that seems great and uses 'flat' files (plain text) instead of a database.
Performance... Flat files data access will be much slower than a real database...
Also, you might wanna look at SQLite... It's a SQL database implemented using a flat file structure, so you access your data using the SQL interface but the database itself is stored using flat files...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.