$filex =apache_lookup_uri("http://www.bkln.net/index.php");
while(list($header, $value) = each($filex)){
echo "$header: $value<br>\n";
}
I don't get it one thing though:
mtime vs. request_time
I thought mtime is last modified time of the file, no ?
and request_time is actualy time when you make the request.
but they are almost the same.
Any takers ?
Cheers
MarkG