rubing Posted June 30, 2008 Share Posted June 30, 2008 Hey all! I want to enable the client browser to know the last modified date of my dynamic php pages, therefore I incorporated the following command: echo "Last modified: " . date("D F d Y h:i:s A", filemtime($_SERVER["SCRIPT_FILENAME"])); Will this work on php pages who's output depends on a $_GET variable?? Link to comment https://forums.phpfreaks.com/topic/112629-last-modified-php-page/ Share on other sites More sharing options...
DarkWater Posted June 30, 2008 Share Posted June 30, 2008 It should work just fine. Link to comment https://forums.phpfreaks.com/topic/112629-last-modified-php-page/#findComment-578415 Share on other sites More sharing options...
mikefrederick Posted June 30, 2008 Share Posted June 30, 2008 yeah i mean when you edit a file you don't edit it based on a get variable so that won't have any effect Link to comment https://forums.phpfreaks.com/topic/112629-last-modified-php-page/#findComment-578549 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.