Re: [cgiwrap-users] CGIWrap / PHP / override of variables
Brought to you by:
nneul
From: Jo R. <jr...@ne...> - 2007-05-04 19:29:28
|
On May 1, 2007, at 8:59 PM, Tuc at T-B-O-H.NET wrote: > lastmod.php > =========== > <html> > <head> > <title>Page last updated on month/date/year hour:min PHP Script</ > title> > </head> > <? > $last_modified = filemtime("lastmod.php"); > print("Last Modified "); > print(date("m/j/y h:i", $last_modified)); > ?> > </body> > </html> That isn't valid PHP. The shortcut only works for mod_php. -- Jo Rhett Net Consonance : consonant endings by net philanthropy, open source and other randomness |