2025-11-23 16:28:10 +07:00

4 lines
105 B
PHP

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