Now i will share PHP script for display last update file date, i think this is usefull for knowing what file recently upload by our member in our site.
This is just simple script, i think all of you can do this. Just check it out
For display last update file date we can use filemtime function, in example we want display last update file date for asyouwish.php files :
$last_modified = filemtime("asyouwish.php");This is an simple script isn't it ? good luck ^_^
print("Last Modified ");
print(date("m/j/y h:i", $last_modified));
?>
0 komentar:
Posting Komentar
Lebih baik diam daripada tidak bisa bicara baik, (Silent is gold)