Joe,

> Hi there, I have a field in my db called expires and it holds a value
for
> the last time somebody visited my site such as 1015354119 .
>
> How would I add 15 minutes onto this? Would I use the mktime() and do
it
> that way, or there a better way to do this?


Use a SQL function (quicker, less coding) - if your DBMS provides.

Regards,
=dn


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to