Is it possible to know when was the last update of a dynamic (PHP/ASP) web page content?
Fresh3 days ago
Mar 15, 20261408 viewsConfidence Score0%
0%
Problem
Update: the question was not clear enough.... I have found a bookmarklet that give me the date of a web page last update: But it's not very effective because it only works for plain old html. Is there a clever way to get the date of the last content update (without having tracked it)?
Error Output
javascript:alert(document.lastModified)
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Is it possible to know when was the last update of a dynamic (PHP/ASP) web page content?
Low Risk
You want to know the last time the template was updated? Because the last update of a dynamic page is by definition the last time it was requested.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix