$query = $pdo->preapre('select * from table_name');
$query->execute();
if($query->rowCount() == 0){
 header('location:index.php')
}