Posted by Oliver Grδtz on 11/22/07 13:55
Luigi schrieb:
> structure: the SELECT statement works, the UPDATE statement doesn't
> work, in the sense that it seems completely ignored; PHP doesn't
> output anything.
What really seems odd is the "doesn't output anything" part. Here's a
checklist:
- Do you have unfinished transactions in your code?
A missing COMMIT will rollback your db at the end.
- Is the sqlite file write protected (win32) or not
writable by your web server user (linux)?
- Did you correctly configure the error_reporting
for your PHP installation?
- echo() the update statement. Does this exact statement
work when performed manually with another sqlite tool?
OLLi
--
Guy: "Carpe diem." Girl: "I love the way french sounds."
[Lone Gunmen 12]
[Back to original message]
|