--- In php-objects@xxxxxxxxxxxxxxx, Bob Hanson <hansonr@...> wrote: > > Why time.js and not time.asp in the function call? What is "time.js"? > I have tried it both ways. The file NAME doesn't seem to matter... as the '<%' is the first line of the file. If I put everything on ONE line... as follows: <% response.expires=-1; response.write(time); %> THAT whole line is what is returned/placed into the Time: field. For some reason... the webserver isn't interpreting the contents of the file as CODE... and executing it. It's merely returning the contents of the file. I should note... that I stopped my web server, made modification to the php.ini file, mentioned above (e.g. changing asp_tags = Off to On), then restarting the web server. I still have the problem.