You are on page 1of 1

<?

php
error_reporting(E_ALL ^ E_DEPRECATED);
$host = "localhost";
$user = "smkndema_lulus";
$pass = "JSCg-rlBC6)6";
$dbName = "smkndema_lulus";
mysql_connect($host, $user, $pass);
mysql_select_db($dbName)
or die ("Connect Failed !! : ".mysql_error());
?>

You might also like