H
Hullabaloo
Guest
I have a form that I have created using php. I have set a cookie that disallows more than one post per person within a 24 hour period. It they try to resubmit another post in that time frame they get an error message that displays to the effect of "You already submitted a request with the name of Subject on date/time." I am using a variable to fill in the $subject, and that works fine, but I need to know if there is a way to call the date and time a cookie was set into the message? If not, is there any other way to accomplish this?
Mike
Okay, let me clarify for those that say the approach is wrong. I know - I would not do it this way; however, this is an assignment and we are required to do it this way. Basically, just to see if we can set and use a cookie (which I can do that fine). I just need to know how to call the date and time into a message.
Mike
Okay, let me clarify for those that say the approach is wrong. I know - I would not do it this way; however, this is an assignment and we are required to do it this way. Basically, just to see if we can set and use a cookie (which I can do that fine). I just need to know how to call the date and time into a message.