24-Aug-2010, 11:31 PM
Hi,
brilliant script btw should be a perfect addition so thank you very much.
Site is currently in the design stages and I'm using xammp, installation was a breeze, I've completed everything in the initial setup, added a page to the manage page menu.
http://localhost/essexmillers/frederick-...ments.html
I've added the code to the top of the page;
And the code where the comments will show;
Script is located in root/comments and still it isn't working, just don't get it, it should work but doesn't
brilliant script btw should be a perfect addition so thank you very much.
Site is currently in the design stages and I'm using xammp, installation was a breeze, I've completed everything in the initial setup, added a page to the manage page menu.
http://localhost/essexmillers/frederick-...ments.html
I've added the code to the top of the page;
Code:
<?php
session_start();
ob_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
And the code where the comments will show;
Code:
<div id="articletext">
<?php
$page_id = "1";
$path_to_comments_folder = "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
?>
</div>
<div class="discuss">
<h2>Thanks!</h2>
Script is located in root/comments and still it isn't working, just don't get it, it should work but doesn't