>
> I store things like this in a file above the document root - so not 
> grabbable by URL.
> Don't store it in the code ... you then end up with the password stored in 
> several
> places & then difficult to change.
>
> -- 
> Alain Williams
> Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT 
> Lecturer.
> +44 (0) 787 668 0256  http://www.phcomp.co.uk/
> Parliament Hill Computers Ltd. Registration Information: 
> http://www.phcomp.co.uk/contact.php
> #include <std_disclaimer.h>

This is what I thought was proper protocol.  Though I actually store my sql 
password in a file that I include in my programs to make the sqlconnect to a 
database.  So - that way I don't have it stored in multiple places.  And 
yes - I use the same pswd for all my databases. 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to