1
0
mirror of https://github.com/gabrielkheisa/tugas-pjpb.git synced 2025-07-02 22:58:50 +07:00

Delete list.php

This commit is contained in:
gapradana123 2022-12-12 17:25:27 +07:00 committed by GitHub
parent b2f3cec868
commit 28423c5c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +0,0 @@
<?php
$connection = new mysqli("localhost","root","","validator");
$data = mysqli_query($connection, "select * from profil");
$data = mysqli_fetch_all($data, MYSQLI_ASSOC);
echo json_encode($data);