View Single Post
  #5 (permalink)  
Old 05-09-04, 01:12 AM
Keith's Avatar
Keith Keith is offline
Community Liaison
 
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
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.
Reply With Quote