Re: [PHP] last update

2002-03-05 Thread Jason Wong
On Wednesday 06 March 2002 05:35, Ryan wrote: > Hi, I'm trying to figure out how to have a time stamp at the bottom of > every page that shows when the page was last updated in the format > below. Thanks. > > Last updated: Tue Mar 5 15:48:50 2002 CST echo "Page last updated:\n"; i

RE: [PHP] last update

2002-03-05 Thread Vlad Kulchitski
I have the problem, Something happened to my server setup and all of a sudden I am getting warning messages I haven't gotten before. When I run the following piece of code: if (!isset($lang)) { $lang="eng"; } I get the following warning: Warning: Use of undefined constant eng - assumed 'eng