+ Reply to Thread
Results 1 to 3 of 3

Thread: question about some javascript code

  1. #1
    dharmil's Avatar
    dharmil is offline x10 Elder dharmil is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Avenel New Jersey
    Posts
    828

    question about some javascript code

    i use this code to write when i last modified a document
    Code:
    <script> document.write(document.lastModified);</script>
    but this just displays the curent time/date to the seconds

  2. #2
    Torch's Avatar
    Torch is offline x10 Lieutenant Torch is an unknown quantity at this point
    Join Date
    Apr 2006
    Location
    Belgrade, Serbia
    Posts
    317

    Re: question about some javascript code

    That is because javascript reads when the document was last modified on clients side, eg. when it was loaded, eg. the current time. It can't display info about a file on server side.

    To display last modified time of a file, use something like this (PHP):
    PHP Code:
    <?
    printf
    ("This file was last modified on %s.",date("Y. m. d. H:i",filemtime(basename($_SERVER["PHP_SELF"]))));
    ?>
    Only things that you might want/need to change are basename($_SERVER["PHP_SELF"]) to path to your file in case you don't want to show last modified time of file currently accessed, and date formatting.
    Last edited by Torch; 12-29-2006 at 06:26 AM.

  3. #3
    dharmil's Avatar
    dharmil is offline x10 Elder dharmil is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Avenel New Jersey
    Posts
    828

    Re: question about some javascript code

    thanks tourch thats what i needed

+ Reply to Thread

Similar Threads

  1. Hybrid's HTML Lessons
    By Hybrid in forum Tutorials
    Replies: 18
    Last Post: 11-28-2009, 02:12 PM
  2. ad code question
    By soten355 in forum Free Hosting
    Replies: 4
    Last Post: 07-28-2006, 03:08 PM
  3. Ad Code Question
    By Fire Wolf in forum Free Hosting
    Replies: 1
    Last Post: 05-12-2006, 06:45 AM
  4. Ad Code Question
    By reiterb in forum Free Hosting
    Replies: 1
    Last Post: 08-18-2005, 09:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers