prepare("select * from news where sn = $id " ); $sql->execute() ; $row = $sql->FETCH(PDO::FETCH_ASSOC); ?>