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