if ( isset($_GET['ekle']) ){
$id = $_GET['ekle'];
if(isset($_COOKIE[".$id."]))
{
arttırma fonksiyonu
}
else
{
setcookie('urun['.$id.']', $id, time() + 86400);
header('Location:'.$_SERVER['HTTP_REFERER']);
}
Konu: setcookie adet arttırma
if ( isset($_GET['ekle']) ){
$id = $_GET['ekle'];
if(isset($_COOKIE[".$id."]))
{
arttırma fonksiyonu
}
else
{
setcookie('urun['.$id.']', $id, time() + 86400);
header('Location:'.$_SERVER['HTTP_REFERER']);
}