mirror of
https://github.com/gabrielkheisa/tugas-pjpb.git
synced 2025-04-05 11:59:14 +07:00
Delete adddata.php
This commit is contained in:
parent
f4c51cd5da
commit
b2f3cec868
12
adddata.php
12
adddata.php
@ -1,12 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
include 'conn.php';
|
|
||||||
|
|
||||||
$nama = $_POST['nama'];
|
|
||||||
$email = $_POST['email'];
|
|
||||||
$password = $_POST['password'];
|
|
||||||
$wallet = $_POST['wallet'];
|
|
||||||
|
|
||||||
$connect->query("INSERT INTO profil (nama, email, password, wallet) VALUES ('".$nama."','".$email."','".$password."','".$wallet."')")
|
|
||||||
|
|
||||||
?>
|
|
Loading…
x
Reference in New Issue
Block a user