prepare($sql); $sth->execute(array($id)); //$sth=$PDO->query($sql); $rs=$sth->fetchAll(); echo $rs[0]["content_".$lang]; //echo $id; ?>