The range of file manipulation functions has been increased as well.
Files: Upload, Download, Rename and Delete
Directories: Create, Rename and Delete
The include tag looks like this:
<!--#include file="path relative to current document" -->
It is used to insert the contents of another HTML file into the current one - useful when the same content must appear in several pages
The exec tag calls a CGI function and inserts its output into the current page. The format of the tag is: