Hi!
I'm developing a simple login page, which refers to a database to confirm users login name and password. The problem is when I type the path to the database file (I.E in the address field, I'm promted to download or open the file. This means that everyone that figures out the address to the database file can view all usernames and passwords.
Question: How can I deny others access to this file. The folder it's in must still have read/write access due to the possibilities of adding and reading information.
I'm developing a simple login page, which refers to a database to confirm users login name and password. The problem is when I type the path to the database file (I.E in the address field, I'm promted to download or open the file. This means that everyone that figures out the address to the database file can view all usernames and passwords.
Question: How can I deny others access to this file. The folder it's in must still have read/write access due to the possibilities of adding and reading information.