test
This commit is contained in:
parent
dab3e2c8b0
commit
8f5b89a32e
@ -1,8 +0,0 @@
|
|||||||
<?php
|
|
||||||
$conn = new mysqli("localhost", "root", "", "users_db", 3307);
|
|
||||||
|
|
||||||
if ($conn->connect_error) {
|
|
||||||
die("❌ GAGAL: " . $conn->connect_error);
|
|
||||||
}
|
|
||||||
echo "✅ KONEKSI BERHASIL";
|
|
||||||
?>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user