Kod
<?
$dane = $_GET['dane'];
<html>
<head>
<title>Bak</title>
ob_start()
setcookie('x',"$dane");
ob_end_flush();
</head>
?>
$dane = $_GET['dane'];
<html>
<head>
<title>Bak</title>
ob_start()
setcookie('x',"$dane");
ob_end_flush();
</head>
?>
on nie ustawia mi cookies, nigdzie nie moge znależć rozwiązania