I have made a login screnn with a MYSQL Backend using PHP to authenticate.
The Problem I have now is that my file with the Database name, username and password are stored outside of the script in an included file (.inc).
I was told to store that file outside of the root directory so that a clever little user can't navigate directly to that page and get those precious little variables.
I placed the file outside of the root and guess what? It allows me as a user to login and everything- everything seemed fine, BUT when I asked a few of my members to test it out- they got an error stating that the include file could not be found! What do I have to do to hide that file and make it acessible to the script?
Thanks in advance guys (and gals)!