mirror of
https://github.com/gabrielkheisa/tugas-pjpb.git
synced 2025-09-17 16:31:06 +00:00
Add files via upload
This commit is contained in:
12
adddata.php
Normal file
12
adddata.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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."')")
|
||||
|
||||
?>
|
Reference in New Issue
Block a user