Hi
I made a rating system and I want also allow voting for non registered users, but how do I set a cookie for every picture they're voting for?
@setcookie('voting',$asd[0],time()+36000);
$asd[0] is the ID of the picture you are voting for, but so the cookie is being overwritten every time you vote
I need to set a cookie for every picture
feel free to answer in German
I made a rating system and I want also allow voting for non registered users, but how do I set a cookie for every picture they're voting for?
@setcookie('voting',$asd[0],time()+36000);
$asd[0] is the ID of the picture you are voting for, but so the cookie is being overwritten every time you vote
I need to set a cookie for every picture
feel free to answer in German