sabathedog Posted June 8, 2017 Posted June 8, 2017 I am using PHP to connect to a MySQL database on my site. Where should the passwords be stored and is there a recommended method for safety, like encryption? I know the passwords should not be stored in the PHP include. Quote
TCH-Bala Posted June 10, 2017 Posted June 10, 2017 You can set the database parameters on a file below public_html directory and then call the file using an include statement. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.