I think I figured it out.
SQLLite doesnt take single quotes as the text or varchar datatype
values the strings passed to sqllite should match the data type of
the column ... so ur mistake was creating a "data type mismatch at the
SQL lite end.
hmm... thanx for the info Stefan... I never knew S
Hi again,
first of all thanks for quick suggestions.
After some more testing, I can get more specific:
This might be a more general problem than the "." in the error message.
Even when I use $val = "hello" I get an equivalent error message
sqlite_query(): near "hello"
As said, I have done all the