ben sadece benim hosting çerezleri etkinleştirmek için bir şey ayarlamak gerekiyor yoksa sormak istiyorum?
i bu var
<?php
setcookie("TestCookie","Hello",time()+3600);
print_r($_COOKIE);
?>
it will function perfectly at my server which is xampp. but when i upload it to my hosting, it will not function.. what should i do? or what will i add to the code?