mengedit fungsi

parent 6bffe068
......@@ -2,7 +2,7 @@
global $conn;
$conn = mysqli_connect("127.0.0.1", "root", "", "p1d3ti08_proyek");
$conn = mysqli_connect("127.0.0.1", "p1d3ti08", "Gibeon08", "p1d3ti08_proyek");
if(!$conn){
die("database connect problem");
}
......
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