prepare($sql); $stmt->execute(); $result = $stmt->fetch(PDO::FETCH_ASSOC); // echo '
';
// print_r($result);
// echo '
'; echo json_encode($result, JSON_UNESCAPED_UNICODE);