diff --git a/adddata.php b/adddata.php new file mode 100644 index 0000000..41cbfdd --- /dev/null +++ b/adddata.php @@ -0,0 +1,12 @@ +query("INSERT INTO profil (nama, email, password, wallet) VALUES ('".$nama."','".$email."','".$password."','".$wallet."')") + +?> \ No newline at end of file diff --git a/conn.php b/conn.php new file mode 100644 index 0000000..e94b9c1 --- /dev/null +++ b/conn.php @@ -0,0 +1,10 @@ +query("UPDATE profil SET nama='".$nama."', email='".$email."', password='".$password."' WHERE id=". $id); + +?> \ No newline at end of file diff --git a/list.php b/list.php new file mode 100644 index 0000000..28f5c64 --- /dev/null +++ b/list.php @@ -0,0 +1,7 @@ +