
January 17th, 2000, 05:43 AM
|
|
Contributing User
|
|
Join Date: Apr 1999
Location: London
Posts: 110
Time spent in forums: 22 m 26 sec
Reputation Power: 0
|
|
|
or then again why bother with any htm/html extensions just call every page .php3 (or at least the ones you want), write it as a normal htm page (doesnt matter if there is no php on it) and just do a
<?echo date("d")." ".date("M")." ".date("y");?> for the date
|