Hi, Is there a way to access rotfiles in my code? The problem is that I want to encrypt som fieldes in a database and I want to use a file with the password that are located above tha public_html directory?
Dyrwoolf
chmod a+w them then, the path should be "../../ (as many directories up) ../../file"
Should I chmod the password file? If I do so isn't there a risk someone else can get access to the password file? Or do You mean I should chmod my php files?