Greetings all,
I did a search, but I didn't find anything that seemed similar, but I apologize if this has been covered before. What I have is a PHP/MySQL website that I've been working on. It works fine, and I've got no issues, generally, but I'm having some difficulty because of the server I've got it on.
Normally, when I create these pages, I put the script for connecting to the DB in the directory above the public directory, so that it's not accessible to the public, but accessible to the script. However, the server admins won't let me do this on the current server I'm setting this up on.
So, is there another good way to secure the access script, so not just anyone can access it?
Any help is appreciated.
Shendrick