My Blog

Cool things go here.

= 1; $post--) { makePost($post, FALSE); } } else { makePost($specificPost, TRUE); } function makePost($post, $showRest) { $text = file_get_contents("posts/" . strval($post)); $text = parse($text, $showRest, $post); echo("
" . $text . "
"); } ?>