Delete adddata.php

This commit is contained in:
gapradana123
2022-12-12 17:30:16 +07:00
committed by GitHub
parent ec754a7e10
commit 5416e92b4b

View File

@@ -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."')")
?>