- Article was not found."; } elseif(!file_exists($file)) echo "

Article was not found.

"; else{ include $file; // increment the counter for this article. updateCounter($_GET['article']); } ?>