Topic: Database configuration file
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = 'funfile-world';
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die
('Error connecting to mysql');
$dbname = 'funfile-world';
mysql_select_db($dbname);
We are a group of graphic designers and web developers trying to create a social network for the people, and not for the commercialization of said social network.
You are not logged in. Please login or register.
Index → Code The World → PHP Snippets → Database configuration file
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = 'funfile-world';
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die
('Error connecting to mysql');
$dbname = 'funfile-world';
mysql_select_db($dbname);
Index → Code The World → PHP Snippets → Database configuration file
Powered by PunBB, supported by Informer Technologies, Inc.
Currently used extensions: pun_admin_manage_extensions_improved, pun_poll, pun_quote, pun_bbcode, pun_repository, pun_tags, pun_admin_add_user, google_analytics, pun_eggdrop, pun_recaptcha.
Copyright © 2007 - 2025 CodeTheWorld
Generated in 0.007 seconds (61% PHP - 39% DB) with 10 queries