Recent content by jt66250

  1. J

    Does anyone still like to bowl in real life or is it better on Wii?

    Just curious
  2. J

    How do you set an expire date in php?

    I tried this code but it doesnt seem to work. <?php $end_date = strtotime('2:40pm March 31, 2010'); $now = time(); if ($end_date < $now) { ?> <p>the text for a limited time</p> <?php } else { ?> <p>the text after the limited time text expires</p> <?php } ?>
Back
Top