Skip to content

Commit

Permalink
Update configdb.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ipang-dwi authored Sep 13, 2018
1 parent 4446cb0 commit 87e1853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configdb.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$_SESSION['judul'] = 'SPK NBC HOMESTAY';
$_SESSION['welcome'] = 'SISTEM PENGAMBIL KEPUTUSAN LOKASI PENDIRIAN HOMESTAY BERBASIS WEB DENGAN METODE NAIVE BAYES CLASSIFIER';
$_SESSION['by'] = 'ShouldBe';
$mysqli = new mysqli('localhost','root','1717','bayes');
$mysqli = new mysqli('localhost','root','','bayes');
if($mysqli->connect_errno){
echo $mysqli->connect_errno." - ".$mysqli->connect_error;
exit();
}
?>
?>

0 comments on commit 87e1853

Please sign in to comment.