> I was wondering if someone could point me to a place where i can find out > how to or give me some pointers on getting the day & date after x number > of > days.. I'm also using getting the current date by > > $date = date("D M d, Y ");
This question was already asked today... do a little searching. $date = strtotime("now + X days"); ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php