<?php
$koneksi = mysqli_connect( "localhost", "root", "", "nama_database");
if (mysqli_connect_errno()) {
echo "Koneksi database gagal : ".mysqli_connect_errno();
}
?>
<?php
$koneksi = mysqli_connect( "localhost", "root", "", "nama_database");
if (mysqli_connect_errno()) {
echo "Koneksi database gagal : ".mysqli_connect_errno();
}
?>
Lorem Ipsum has been the industry's standard dummy text.
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here'.
0 Komentar