View file File name : config.php Content : <?php // This is an example of config.php $dbhost = 'localhost'; $dbuser = 'voluntariat'; $dbpass = 'voluntariat'; $dbname = 'voluntariat'; ?>