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:
parent
b2f3cec868
commit
28423c5c2c
7
list.php
7
list.php
@ -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);
|
Loading…
x
Reference in New Issue
Block a user