Forum Moderators: open
DHTML - Dynamic HTML. HTML that has script code embedded on itself that can be parsed by the client browser if enabled: javascript. Used to make pages that change depending of the client's actions.
SHTML - Server-side-scripted HTML. It has, on the source code, snippets of scripting that are interpreted by Apache and become standard HTML when they get to the client. Useful for printing the current date. for example. Similar to PHP.