koneksi database
This commit is contained in:
@@ -8,6 +8,5 @@ $data = [];
|
|||||||
while($row = $result->fetch_assoc()){
|
while($row = $result->fetch_assoc()){
|
||||||
$data[] = $row;
|
$data[] = $row;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo json_encode($data);
|
echo json_encode($data);
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user