header (CSS, HTML) -
- HTML käsk, veebilehe päis - шапка, kus määratakse lehe logo, pealkiri ja mis kordab igal lehel
highlight_file() (PHP) -
if you put "?code" at the end of the link, the syntax of the entire code will be displayed
highlight_file - Prints or returns a syntax-highlighted version of the code
Example:
<?php if (isset($_GET['code'])) {die(highlight_file(__FILE__, 1));} ?>
<?php