1
0
mirror of https://github.com/gabrielkheisa/tugas-pjpb.git synced 2025-04-07 21:09:14 +07:00

Delete editdata.php

This commit is contained in:
gapradana123 2022-12-12 17:24:55 +07:00 committed by GitHub
parent 4db881a650
commit f4c51cd5da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
?>