I have installed PAW server in my android board. In PAW server I have added plug-in PHP. from there I am able to open my all php pages.
BUT the problem is I am not able to do INSERT and UPDATE query to my SQlite3 database.
Do not know what is wrong with that..
Anybody can please help me out.
Ensure that the folder where the SQLite3 database was placed as well as the file have write permissions. Your SELECT
statement will work fine but INSERT
and UPDATE
cannot write to the database.
I also found a link of how you can install/verify the PAW PHP runtime: http://fun2code-blog.blogspot.com/2012/03/paw-runtime-php.html.
Also, have a look at this post I found explaining step by step how to run sqlite from your phone using the correct permissions: http://code.google.com/p/phpliteadmin/issues/detail?id=66
I'm using phpLiteAdmin together with PAW on a daily basis. So you can try to install phpLiteAdmin just to check if your setup is working.