Possible Software to Be Used (Cont.)
CGI (Common Gateway Interface)
It is a standard for running external programs from a World Wide Web HTTP server.
|
|
02 | echo "Content-type: text/html" |
05 | echo '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">' |
06 | echo '<title>Environment Variables</title>' |
08 | echo 'Environment Variables:' |
12 | echo '</pre></body></html>' |
|
(X)HTML [(eXtensible) HyperText Markup Language]
HTML is a language for giving instructions for its layout on the page and marking a document containing cross-references that indicates its logical structure.
XHTML is a stricter and cleaner version of HTML.