$path = "/home/content/s/e/a/seangarrett/html"; require $path. "/cgi/cgi_article.php"; ?>
| include "left.include"; ?> | - |
$file = "./doc/".$_GET['article'].".include";
if($file == 'article.php'){
echo "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']); } ?> |
include "right.include"; ?> | |||