I have recently read about storing details outside of the codes directory which I want to start doing but I've also read that using
is just as dangerous as storing login details within the code itself. How can I include details from another file inside a .php file?
Regards,