Commit 9b68b023 by Roy Junedi Simamora

perubahan cek_login

parent 7cd92856
<?php <?php
global $con; global $con;
$con = mysqli_connect("localhost", "p1d3ti04_pondokedo", "MeiHong05"); $con = mysqli_connect("localhost", "p1d3ti04", "MeiHong05");
if (!$con) { if (!$con) {
die("database connect problem"); 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