| px | top | add code | search | signup | login | help |
<?
// Change the Dates to meet your needs
$day = 9; // Day of the countdown
$month = 5; // Month of the countdown
$year = 2001; // Year of the countdown
print ("There are " . (int)((mktime (0,0,0,$month,$day,$year) - time(void))/86400) . " days between today & May 9, 2001");
?>
Comments or questions?
PX is running PHP 5.2.11
Thanks to Miranda Productions for hosting and bandwidth.
Use of any code from PX is at your own risk.