Laman

Jumat, 13 Maret 2020

PHP MySQL 1

Di bawah ini adalah contoh source code PHP untuk menghubungkan ke database MySQL.

<?php

$servername = "localhost";

$username = "username";

$password = "password";


// Create connection

$conn = new mysqli($servername, $username, $password);



// Check connection

if ($conn->connect_error) {

   die("Koneksi gagal: " . $conn->connect_error);

}

$conn->close();

?>

Segera bergabung : - kursus bahasa Inggris - kursus komputer dengan: Lembaga Pendidikan Indonesia Amerika ( LPIA ); Alamat LPIA Margonda Jl. Margonda Raya, No.91C (dekat lampu merah flyover pertigaan Arief Rahman Hakim atau depan Autopart Ramanda Depok, sebelah Solite Furniture dan ATTIN TOUR); Kelurahan: Pancoran Mas; Kecamatan : Pancoran Mas; Kota: Depok; Po Box: 16431; Telepon LPIA Depok : (021) 7774443

Tidak ada komentar:

Posting Komentar