edit fungsi

parent 70ce52dc
<?php
global $conn;
$conn = mysqli_connect("localhost", "p1d3ti05", "Fredrick8");
$conn = mysqli_connect("localhost", "p1d3ti05", "Fredrick8", "p1d3ti05_cafedb");
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