<?php
$comments_id = $_GET['comments_id'];
echo file_get_contents('html-base.html');
echo "<div class='fb-comments' data-href='http://www.kathmandulivinglabs.org/ncell-dashboard/comments.php#$comments_id' data-width='310' data-numposts='3'></div>";
echo '</body>';
?>




