On 3/8/02 4:55 AM, Yogesh ([EMAIL PROTECTED]) wrote:

> Now, how can i perform addition with the date so that i mail that user 3
> months after the date he registered that his registration has expired?

Are you using MySQL?  If so, you may find the DATE_ADD() function useful:

DATE_ADD(date_registered, INTERVAL 3 MONTH)

Pablo


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

Reply via email to