2025-11-24 13:54:52 +07:00

4 lines
105 B
PHP

<?php
$koneksi = mysqli_connect("localhost", "root", "", "game") or die ('database tidak terhubung');
?>