Delete list.php

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

View File

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