Hi all,
So this is the deal.
I am running some php pages on a sqlite database. The folder where all the php files reside and the database both have been chmod'ed to 666. I can get the php to read(select) off of the database, but whenever I try writing(insert) to the database using sqlite_query() it says:
SQL logic error or missing database
I am a newbee with php and sqlite. Your help will be greatly appreciated.
So this is the deal.
I am running some php pages on a sqlite database. The folder where all the php files reside and the database both have been chmod'ed to 666. I can get the php to read(select) off of the database, but whenever I try writing(insert) to the database using sqlite_query() it says:
SQL logic error or missing database
I am a newbee with php and sqlite. Your help will be greatly appreciated.