jeremy0 Posted May 24, 2009 Share Posted May 24, 2009 I have a situation where I can't use a usual method of putting server variables in httpd.conf to retrieve database credentials from a config file on root dir. I was wondering if there was a safe way i could access this file from a php script; currently i'm thinking i can just store it in session variables and use that everywhere,, but i'm a little nervous about doing that - i'm afraid someone else could include that script across domains and access my creds in the session vars.. Link to comment https://forums.phpfreaks.com/topic/159439-need-info-on-securing-database-creds/ Share on other sites More sharing options...
jazz Posted May 24, 2009 Share Posted May 24, 2009 Put you credentials in a config.php file and include it as necessary? Link to comment https://forums.phpfreaks.com/topic/159439-need-info-on-securing-database-creds/#findComment-841152 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.