Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. coolseth

    Get the Directory Last-Updated Date n display in webpage

    hey guys... thank you for your generous responds...i finally able to solve the problem using PHP. here is the code i use: <?php $getLastModDir = filemtime(&quot;path/to/directory_name/.&quot;); print (&quot;As of &quot; . date(&quot;F d, Y H:i:s A&quot;, $getLastModDir)); ?> where the dot at...
  2. coolseth

    Get the Directory Last-Updated Date n display in webpage

    thanks for your replies... quasibobo: does ur script work to display the last-updated info for the directory/folder in other folder?? i tried it on my web page...but it only display the last-updated date for my page dillpick6: looks like you have what i want there...i can access it to upload...
  3. coolseth

    Get the Directory Last-Updated Date n display in webpage

    Hey all... I want to know if there is possible solution for the thing I want to do (if there is any) [ponder] I usually upload a couple of folders (with some files in them) to my web directory and I usually edit my page n save it again so that the script language I use will display the...
  4. coolseth

    FormMail.pl Won't Work - Help.

    thanks for the reply...i checked the site, but as you said it didn't help a lot...i have done just as it says before and all i got was &quot;500 Internal Server Error&quot; looks like we are on our own then...:) seth
  5. coolseth

    FormMail.pl Won't Work - Help.

    I wonder if this discussion still goes on. I had the same problem too in the beginning. However i was able to make it works by adding all the fields that I have in my form to %Config part. By doing that, I can get the redirect page shows up as the user press &quot;Submit&quot; button. But, I...

Part and Inventory Search

Back
Top