Commit d5c5d18d by Suryaningsih Sinaga

mengedit

parent a28e50a5
<?php
include_once'fungsi.php'
$servername = "127.0.0.1";
$username = "p1d3ti08";
$password = "Gibeon08";
$dbname = "p1d3ti08_proyek";
// crearte connection
$connect = new Mysqli($servername, $username, $password, $dbname);
// check connection
if($connect->connect_error) {
die("Connection Failed : " . $connect->error);
} else {
// echo "Successfully Connected";
}
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment