| Server side includes tutorial: Environmental variables |
|
The basic structure we need to add environmental variables to our page is this one: <!--#echo var="DATE_LOCAL"--> Where "DATE_LOCAL" is the environmental variable. Including the code above in our page is very simple:
There are many environmental variables we may add to our pages.
|