} else {
 
            $EYA->jsYonlendirme($EYA->baseUrl('home'),2000);
 
        }
burada home yerine -arasayfa- diye bir sayfa oluşturun..

arasayfa :
<?php
 
if (isset($_COOKIE['kuladi '])) {

include("veritabanibaglanti.php");

$sql = ("select * from kullanicilar ");
session_start();
ob_start();

}

else {

header ("Location: uyari.html");

}
?>
<html>
<head></head>
<body>
BU BİR UYARI VS...
<button type="submit" ><a href="home" > İlerle</a></button>
</body>
</html>
denemedim ama bu şekilde olması gerekir..