Whats the best way to store passwords for MySQL databases on a webserver?
Should you store it in the php file ? or another text file ?
should you search for the value in the file or just include it ?
Should you store it in the php file ? or another text file ?
should you search for the value in the file or just include it ?
Comment