<?php
define('HOST', 'localhost');
define('USER', '');
define('PASS', '');
define('DBNAME', '');
$link = mysql_connect(HOST, USER, PASS);
mysql_select_db(DBNAME, $link);
?>
Im new to this whole website making if someone could get on skype & help me That would be sweet thank you and godbless
Skype: i7up37t
define('HOST', 'localhost');
define('USER', '');
define('PASS', '');
define('DBNAME', '');
$link = mysql_connect(HOST, USER, PASS);
mysql_select_db(DBNAME, $link);
?>
Im new to this whole website making if someone could get on skype & help me That would be sweet thank you and godbless
Skype: i7up37t