Who uses forums anymore?
0 Members and 2 Guests are viewing this topic.
<? $EVENTMONTH = "9"; $EVENTDAY = "25"; $NOWMONTH = date("m"); $NOWDAY = date("d"); $DIFFMONTH = $EVENTMONTH - $NOWMONTH; $DIFFDAY = $EVENTDAY - $NOWDAY;?><link rel="stylesheet" type="text/css" href="datatypes/stylesheet.css" /><html> <head> <title>Joe's Birthday Countdown</title> </head> <body> <center> <h1>Joe's Birthday Countdown</h1> <? echo("$DIFFMONTH"); ?> months.<br /> <? echo("$DIFFDAY"); ?> days.<br /> </center> </body></html>
I'd personally do as Joe suggests
You might be right about that, Joe.
<OG-Trust> I BET YOU GOT A CAR!<OG-Trust> A JAPANESE CAR!
deadly: Big blue fatass to the rescue!
Don't let War let you hear saying that. He finds JS to be the devil.
Quote from: deadly7 on September 11, 2005, 12:36:59 pmDon't let War let you hear saying that. He finds JS to be the devil.Javascript is the devil.And joe... I'm not even going to respond to that, K?