DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
PHP Database Config
// description of your code here
<?php $dbhost = '127.0.0.1'; $dbuser = 'root'; $dbpass = ''; $dbname = 'directory'; ?>





