Help for this page

Select Code to Download


  1. or download this
    if ($foo) {
                print "the date is... $date \n <br>";
             }
    
  2. or download this
    if ($foo) {
                print "The date is...", $date, "\n <br>";
             }