if(koşul){
     işlemler
}else{
     header('Location:http://bilmem.com');
     exit;
}