Answers for "where is config .php"

PHP
7

php configuration

phpinfo();
Posted by: Guest on February-20-2020
0

php config file

<?php
 
/*
 * All database connection variables
 */
 
define('DB_USER', "root"); // db user
define('DB_PASSWORD', ""); // db password (mention your db password here)
define('DB_DATABASE', "androidhive"); // database name
define('DB_SERVER', "localhost"); // db server
?>
Posted by: Guest on July-13-2021

Code answers related to "where is config .php"

Browse Popular Code Answers by Language