Topic: SQLite bug
Hello.
Using SQLite, we will have a bug.
Currently we use addslashes() before we qoute in database queries.
Most of database systems use backslashes for escaping single quotes, but SQLite uses a more single quote. so escaping this('), it should be double single quotes('').
When we use SQLite, and type a single quote in the message field and press submit button, it will show you an error message. I've tested in Win2000 / Apache.