|
I am trying to do what should be an Extremely simple PHP call.
Copyright © 2007- [PHP] echo date('Y'); [PHP]
Using the correct tags of course.
What I am getting on the screen is the code, not the resulting YEAR.
I even tried changing it to PRINT and that did not work either.
I am pretty sure I have PHP on my server, though I am NOT sure which version yet.
This is in an HTML document. XHTML 1.0 Transitional.
with a content="text/html; charset=utf-8"
What did I forget?
|