Update koneksi.php
This commit is contained in:
parent
8cf2a589c7
commit
14513d064f
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$host = "localhost";
|
||||
$user = "tanjunga_portalumkm";
|
||||
$pass = "Hp6I3PaW3h4%";
|
||||
$db = "tanjunga_portalumkm";
|
||||
$user = "";
|
||||
$pass = "";
|
||||
$db = "";
|
||||
|
||||
// Buat koneksi menggunakan MySQLi dengan mode OOP
|
||||
$conn = new mysqli($host, $user, $pass, $db);
|
||||
|
|
Loading…
Reference in New Issue