Electronics-HandyMan.com
SHTML commands:
  • Some webservers require that the variable name be CAPITALIZED.
  • Support for all these tags varies by server software.  Not all work with every server. 
    • For instance "SCRIPT_FILENAME" truncates the table on this server (so it was moved to last place).
    • Also note "QUERY_STRING" creates problems with the table cell on this server.
  • Be sure to ALWAYS include the space after.
    • <!--#echo var="VARIABLE_NAME" space -->

Go Back