Does anyone know of a way to do this:
//Date calculation
$today = getdate();
$mn = $today['mon'];
$dy = $today['mday'];
$year = $today['year'];
if ($AGEFROM=="")
{
$AGEFROMx = 32;
$AGEFROMCALC = strftime("%m/%d/%Y",mktime(0,0,0,$mn,$dy,$year
-$AGEFROMx));
}
_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php