can someone tell me what is my
name of db
user name of db
and password of db
please i need to know..
thank u
name of db
user name of db
and password of db
please i need to know..
thank u
| Code: |
| <?
$dbhost = 'localhost'; // The host name. $dbname = 'skynet_forum'; // The name of the database. $dbuser = '********'; // The name of the user of the database. $dbpass = '********'; // The password of the database. $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql'); mysql_select_db($dbname); ?> |