query("SELECT * FROM $db_table"); while ($row = $results->fetchArray()) { $data[] = $row; } $results = ["Echo" => 1, "TotalRecords" => count($data), "TotalDisplayRecords" => count($data), "aaData" => $data ]; echo json_encode($results); ?>