View Single Post
  #2  
Old 01-27-2011, 09:41 PM
eva2000 eva2000 is offline
Senior Member
 
Join Date: Dec 2004
Location: Brisbane, Australia
Posts: 142
Doh I made a mistake, I didn't actually do the above tests against static test.txt file but against test.php file which contained

Code:
<?php
header('CurrentTime: '.gmdate('D, d M Y H:i:s', time()).' GMT',true);

echo "time()=" . time() . "<br>";
echo "date()=" . date(DATE_RFC822) ."<br>";
?>
so above wasn't static file test but php test :o

Last edited by eva2000; 01-27-2011 at 09:49 PM..
Reply With Quote