donutzeatpeople
Programmer
Does anyone know of any build-in function or way to compare dates in PHP? For example, on a guestbook script, I would want to only allow a person to sign the guestbook once per hour or so. And it seems like I would have to write a pretty complicated function to verify this. So, I was wondering if there are any built-in functions or something that would compare two dates and tell me how far apart they are, or something to that extent.