15,22c15 < $thedate=date('l H:i:s d M Y e'); < if (isset($_GET['both'])) { < echo $thedate . ''; < } else if (isset($_GET['analogue'])) { < echo $thedate . ''; < } else { < echo $thedate; < } --- > echo date('l H:i:s d M Y e');