 |
Notice how this is different cgi script downloads from a script written
in other languages like Perl or C -- instead of writing a program with
lots of commands to output HTML, you write an HTML cgi script with some
embedded code to do something (in this case, output some text). The PHP
code is enclosed in special start and end tags that allow you to jump into
cgi-script and out of "PHP mode". |