(from Full Article) Semicolons Semicolons are used extensively in PHP. The semicolon generally (there are exceptions) signifies the end of a PHP statement and should not be forgotten, otherwise unsightly errors will occur. An example will be shown in the Outputting HTML code using PHP section. Outputting HTML code using PHP Outputting HTML code using [...]