Wednesday, September 26, 2012

Date Programming..

<html>
<body>

<?php

$d=date("D");
if ($d=="Fri")
  {
  echo "Have a nice weekend!";
  }
else
  {
  echo "Have a nice day!";
  }
?>

</body>

</html>

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home