Hi,

Martín Schamis wrote:
1 .- This means that I can´t use a php on the web and the users acceding
to that page can`t modify the base ?
Not at all (if I correctly understand what you're trying to say).
For example, there exists a SQLite extension in PHP (which comes bundled by default in PHP5, but currently does not support SQLite3).

From what I see, the point that the documentation is trying to make is that SQLite is not suitable when you're dealing with a congested network environment. If you dont expect (many) users to be writing to the same database file simultaneously, SQLite may still be a feasible option.

Eugene Wee

Reply via email to