Tutorials Infos - Anleitungen - Hilfe - Dreamcodes
 

Countdown

Ein Countdown Code

Script:
<?
// 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");
?>

 
ID: 426
eingestellt am: 24.06.2004
Autor: OpenC
Status zum lesen: Gast
gelesen: 9446
Webseite: www.dreamcodes.com
[Drucken]