Posted by Stefan Rybacki on 10/06/05 16:14
Sentinel wrote:
> How do i create cookies with php?
> allso, how can i read cookies and eventualy delete them?
>
> i have created a pool and the problem is that anyone can vote until
> their finger gets tired and i want to prevent then from voting more
> then once.
>
> i found a script on google but it doesn't work (eather id doesn't
> create a cookie, or it can't read the cookie)
>
> the main thing is thet on one page there will be several pools and i
> have to be able to create a cookie for each one seperatly.
>
Did you ever looked at setcookie resp. $_COOKIE?
Regards
Stefan
>
> Thanks
>
[Back to original message]
|