here it is again.

Does anyone know of a good 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));
}

**without the limitation of mktime of only being able to go back to 1970



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


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

Reply via email to