Code in PHP long enough and…
Dan Knauss
Code in PHP long enough and you’ll want to keep credentials and configuration values accessible to your code. It’s bad to have these "secret values" actually embedded in your code, so Chris Cornutt explores some ways to cope — with…

