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.