<?php include 'koneksi.php'; $stmt = $pdo->query('DESCRIBE occupant'); print_r($stmt->fetchAll(PDO::FETCH_ASSOC)); ?>