Script to display Date
You can view the result at : http://198.27.105.229/example_test005.phpCode:<html> <head> <title>Page last updated on month/date/year hour:min PHP Script</title> </head> <? $last_modified = filemtime; print("Last Modified "); print(date("m/j/y h:i", $last_modified)); ?> </body> </html>




Reply With Quote

Bookmarks