Ummm.... I don't think PHP has a date_add function.. that is part of your
problem. As the gentleman before said, you need to use mktime and getdate.
OT: Speaking of the Y2K38, what is the Unix communities plan about it? I
was sort of curious. Never really heard what the idea is.
Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Jorge Cordero" <jorge@d...>
To: "professional php" <pro_php@p...>
Sent: Friday, May 25, 2001 4:03 PM
Subject: [pro_php] I need to increase a date month by month Help?
> Hello: I need to increase a date by months
> like 2001-01-01 increase it three month i cant get it to work I have use
the
> date_add(expiration_date, interval 1month)
>
>