We have this page
http://daily.ealantamagazine.com/
which uses this line
http://daily.ealantamagazine.com/
which uses this line
PHP Code:
<?php require($_SERVER['DOCUMENT_ROOT'] . "/2011/Jan24-Jan28/sunday-test-post/edition.txt") ?>
to include this page
http://daily.ealantamagazine.com/2011/Ja...test-post/. <-- This page contains:
PHP Code:
<?php
$page_id = "23Jan11";
$path_to_comments_folder = $_SERVER['DOCUMENT_ROOT']. "/comments/";
define ('IN_COMMENTICS', 'true'); //no need to edit this line
require $path_to_comments_folder . "includes/commentics.php"; //no need to edit this line
?>