Commit dde21a7b by Mei Romauli Sagala

cek login update

parent d030e8ab
<?php <?php
global $con; global $con;
$con = mysqli_connect("localhost", "root", ""); $con = mysqli_connect("localhost", "p1d3ti04", "MeiHong05");
if (!$con) { if (!$con) {
die("database connect problem"); die("database connect problem");
} }
$db_use = mysqli_select_db($con, "p1d3ti04_pondokedo") or die("selet db problem !!"); $db_use = mysqli_select_db($con, "p1d3ti04_pondok_edo") or die("selet db problem !!");
function execQ($strQ){ function execQ($strQ){
global $con; global $con;
......
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