Delete editdata.php

This commit is contained in:
gapradana123
2022-12-12 17:30:38 +07:00
committed by GitHub
parent 73d968de86
commit 08fc2d9bc2

View File

@@ -1,12 +0,0 @@
<?php
include 'conn.php';
$id = $_POST['id'];
$nama = $_POST['nama'];
$email = $_POST['email'];
$password = $_POST['password'];
$connect->query("UPDATE profil SET nama='".$nama."', email='".$email."', password='".$password."' WHERE id=". $id);
?>