php - Protecting SQLite database -


i going using sqlite database file manipulate php. since file has have r/w rights www group (otherwise php cannot open , modify it), worried people being able alter database themselves. i've read .htaccess files, i'm not sure if can give me result want. there way can make database file editable php script(by server) , prevent else editing or viewing database, preferably make existance invisible users?

p.s. have acces ftp connection web server - don't own it.


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -