I have a piece of code like so:
 
$today =- getdate();
 
I am looking for a function that will add a variable number of days and
return a valid date, i.e., the array elements for "mday", "mon" and "year"
are reset as needed.  Is this possible?
 
Thanks,
Don
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.507 / Virus Database: 304 - Release Date: 8/4/2003
 


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

Reply via email to