Code preprocessor

Code preprocessor allows you to use certain dynamic content elements in your plain HTML. These elements are updated each time you save the file.

For example, you can insert date stamp that is automatically updated each time you save the file with Rapid PHP.

Currently Supported Elements

Date stamp

Syntax:
<!--%DateStamp%--><!---->

Example:
<!--%DateStamp%-->2006.04.11.<!---->

Time stamp

Syntax:
<!--%TimeStamp%--><!---->

Example:
<!--%TimeStamp%-->2006.04.11.<!---->

File include

Syntax:
<!--%IncFile filepath%-->
<!---->

Example:
<!--%IncFile c:\my web\header.htm%-->
<!---->

 Notes