I've got some PHP scripts that are accessing a MySQL database. I have a file that defines all of the connection variables and the scripts include that file. Is there any danger that the file could be included/read from a remote server and allow someone to get the connection info? Is there a better way to do this? Do file permissions matter?
Thanks
Thanks