RE: For all you webmasters!
Saving data to a plain text file is never desirable for a website, like Mattike said, it creates a lot of potential problems.
SQLite is great mostly for applications because it doesn't use a separate process to run in, instead it's called from libraries in the program itself (Firefox uses SQLite). For webservers you won't need a selfcontained solution, MySQL is widely supported, a lot of PHP scripts won't support anything else than MySQL.
|