Kath,
I can't think of any instance where straight, or
"raw" HTML could effect the server it's running on, you are purely specifying
output format and file locations, and the only file operations are
"opens", rather than "executes", therefore you shouldn't be able to
kick of any illicit operations within the server.
The ONLY chance I can see of it effecting the
server, is that opening large images etc could suck memory resources below a
critical level, OR a file being opened is somehow coded to execute upon opening,
possible on a (hack, spit) Windows machine, but unlikely on a (sweet, wonderful)
Linux box.
Hope this is of use,
Neale
|