SQLite does support it.
Yes, but only if result value of sqlite_query() is not used which is usually not the case for SELECT queries.
But an UPDATE or INSERT query can be hacked in the same way, right? When doing some form processing foolishly.
Goba
SQLite does support it.
Yes, but only if result value of sqlite_query() is not used which is usually not the case for SELECT queries.