View Single Post
  #6 (permalink)  
Old 05-09-04, 07:04 AM
bionicsamir bionicsamir is offline
Newbie Coder
 
Join Date: Jan 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Keith
You can stay away from cron altogether and store a timestamp with each submission.

then each time the form is visited, check the latest recorded entry. if the latest entry is less than 24 hours old, show an error... otherwise show the form.

Yea.... Someone had told me to use timestamp.... and I tried using it, but due to lack of my knowledge in php.... I was not able to implement it successfully, I would realy appreciate if someone can write me a sample code that does that. Thanks.
Reply With Quote