[Nfb-web] nfbnet cpanel glitch

Bryan Schulz b.schulz at sbcglobal.net
Tue Aug 25 22:56:39 UTC 2015


Hi,
 
For those familiar with the cpanel system used on sites on the nfb network,
would someone know what to set for $hostname used in mysql connection files?
 
Sample:
<?php
$username = "admin";
$password = "abc123";
$hostname = "nfbmo";
$database = "conven15";
 
$dbConn = mysql_connect($hostname, $username, $password)
or die("Unable to connect to the convention database");
 
$selected = mysql_select_db($database,$dbConn)
or die("Connection to $database failed");
?>
 
Bryan Schulz
b.schulz at sbcglobal.net
 



More information about the NFB-Web mailing list