It\'s always bothered me that many PHP programs require the user to store the mysql password in plain text (in a string or constant) in a configuration file in the applicati
Keeping your config files outside of your document root is a popular way of improving the security of config files.