> but, if it's a ".php" file, $res->last_modified get > nothing, what's wrong? A .php URL typically points to a PHP script that generates its output on the fly; therefore, a Last-Modified header would be quite useless. -- Reinier Post