Zitat Zitat von Chocwise
PHP-Code:
<?php
setcookie
("joa","nee",time()+1200);
if(!isset(
$_COOKIE['joa'])){
  
header("Location: http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
}
?>
Das Script macht genau was?
ES prüft ob die Cookie 'joa' auf dem PC ist, und wenn ja/nein passiert was?

Ich will nur son Gästebuch Teil machen.

Dennis