Initial commit - clean and ready for Coolify
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$pdo = new PDO('mysql:host=localhost;dbname=webgis_baru;charset=utf8', 'root', '');
|
||||
$stmt = $pdo->query('DESCRIBE donasi_digital');
|
||||
echo json_encode($stmt->fetchAll(PDO::FETCH_ASSOC));
|
||||
Reference in New Issue
Block a user