08-Aug-2012, 04:54 PM
Weird characters on page 
I have comments working perfectly on this page
http://www.gromitconsulting.co.za/contactus.php
But on this page (different website)
http://www.bainsmtbtrails.co.za/7contactus.php
these characters  appear. I have no idea where they come from, but it seems to be something to do with the comments part
This is what the original section of the php looks like
<hr />
<?php $page_id = "1";
$reference = "Page One";
$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
?><br />
<br />
and this is what it looks like if I "View Source" in Firefox (increase of font size is mine)
<hr>
</p><h3><a id="comments" name="comments">Comments</a></h3>
<div style='margin-bottom: 10px;'></div>
Any idea where these characters come from.
This leads to another question. I would like to reload the Commentics and Database to see iof that would solve the issue. how do i backup/restore all the comments?
I have comments working perfectly on this page
http://www.gromitconsulting.co.za/contactus.php
But on this page (different website)
http://www.bainsmtbtrails.co.za/7contactus.php
these characters  appear. I have no idea where they come from, but it seems to be something to do with the comments part
This is what the original section of the php looks like
<hr />
<?php $page_id = "1";
$reference = "Page One";
$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
?><br />
<br />
and this is what it looks like if I "View Source" in Firefox (increase of font size is mine)
<hr>
</p><h3><a id="comments" name="comments">Comments</a></h3>
<div style='margin-bottom: 10px;'></div>
Any idea where these characters come from.
This leads to another question. I would like to reload the Commentics and Database to see iof that would solve the issue. how do i backup/restore all the comments?