$query = $pdo->preapre('select count(*) as count from table_name where colname = "" '); $query->execute(); if($query->fetch()->count > 0){ header('location:index.php') }