Welcome to Depression Guide
../permalink.php Article
![]()
from:
$article_filename = "datas/articles/" . urldecode($_GET["article"]);
if (file_exists($article_filename)) {
echo "
$keyword Article
";
echo "
";
$storearticle=file($article_filename);
$body = implode ("", $storearticle);
$remove = strlen ($storearticle[0].$storearticle[1]);
$body = substr ($body, $remove);
$farticlebody=nl2br($body);
echo "
".$storearticle[0]."
";echo "from: ".$storearticle[1]."
";
if ($formatarticle=="1"){
echo "
".$farticlebody;
} else{
echo "
".$body;}
echo "
";
}
else {
echo "
Sorry, this article might have been removed from our database
";}
?>








