<?php
$stmt = $pdo->prepare('SELECT * FROM `cities` WHERE `id` ');
$stmt->execute();
$row = $stmt->fetch(PDO::FETCH_ASSOC)
?>
<meta name="Keywords" content="<?php echo $row['keywords'] ?>">
<meta name="Description" content="<?php echo $row['description'] ?>">