help with cookies

Reply

Join Date: Nov 2004
Posts: 259
Reputation: sam1 is an unknown quantity at this point 
Solved Threads: 1
sam1's Avatar
sam1 sam1 is offline Offline
Posting Whiz in Training

help with cookies

 
0
  #1
Jan 10th, 2005
i have created this web page with html and php where i need to set cookies to block users voting more then once i have used something like this code:

if (isset($_COOKIE["x"]))
{
echo "You've already voted once!<br><br>";
}

but it doesnt work can any one help plz
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 2
Reputation: SmoothDime is an unknown quantity at this point 
Solved Threads: 0
SmoothDime SmoothDime is offline Offline
Newbie Poster

Re: help help help with cookies

 
0
  #2
Jan 10th, 2005
i had this same problem. make sure to set the TTL in your call to setcookie().
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum


Views: 1892 | Replies: 1
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC