$count=$dbo->prepare("DELETE FROM pdo_admin WHERE id=:id"); $count->bindParam(":id",$id,PDO::PARAM_INT); $count->execute();