Re: [PHP] secure database info in different environments

2007-04-04 Thread Bruce Cowin
Ok, thanks for the feedback. I'll check it out. Regards, Bruce >>> Jochem Maas <[EMAIL PROTECTED]> 3/04/2007 9:12 p.m. >>> Bruce Cowin wrote: > Hi, > > I have a generic database class that I built to connect to our different > databases. From other posts that I've read, I think the safe thi

Re: [PHP] secure database info in different environments

2007-04-03 Thread Jochem Maas
Bruce Cowin wrote: > Hi, > > I have a generic database class that I built to connect to our different > databases. From other posts that I've read, I think the safe thing is for me > to put this file outside the web root, ensure it has a .php extension, set > the include path to include this f

[PHP] secure database info in different environments

2007-04-02 Thread Bruce Cowin
Hi, I have a generic database class that I built to connect to our different databases. From other posts that I've read, I think the safe thing is for me to put this file outside the web root, ensure it has a .php extension, set the include path to include this folder and include it in any pag