Wednesday, January 6, 2010

PHP config


global $configuration;

$configuration['db'] = "ask2expert"; // database name
$configuration['host'] = "localhost"; // database host
$configuration['user'] = "admin"; // database user
$configuration['pass'] = "admin"; // database password
$configuration['port'] = '3306'; // database port

?>

No comments:

Post a Comment