I'm sorry... thank you for the help... let me be more specific... I record a date/time on one page of a script... then on the next page, I get the current date/time and compare it to the date/time that was passed from the previous page.
If it is greater than, say, a 5-minute difference, the first page is reloaded with a note asking the user to re-verify the current information is acceptable, then submit the information again within 5 minutes.
It doesn't seem hard... make sure the current date is the same as it was before and then compare the time... BUT, what about those orders that take place just before midnight... and then what about the orders that take place just before midnight where the next day is a new month...
any suggestions besides just make them submit the form twice in this situation?