Hello All.
Is there a way to use a password stored in a .my.cnf file with mysqli_connect instead of a username and password as seen the syntax example below? Thanks!
Code:
$dbc = mysqli_connect('localhost', 'user' 'password', 'databasename') or die('Error connecting to MySQL server.');