Anyway, your problem below sounds very much like a simple permissions problem. The user under which the Apache server is running probably does not have write permissions to your SQL folder. Before you go ahead and give him that though, you may want to think about the security implications. There is a reason why usually Apache runs as a user-id that does not have access to everything, and that is because any process started by Apache then has those same permissions.
Akbar wrote:
Yes Apache 1.3. André Warnier wrote:Akbar wrote:Hi. I have a SQLite db file in the same folder with ps.php file. ps.php can read from the database file but it cannot write to it. Is there a way to write to this file. The exact same php code works when it's not on the server. Thanks.What server ? Apache ?
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx