Example #1
0
        echo htmlentities(stripslashes($row['full_name']));
        ?>
 on <time datetime="<?php 
        echo date('Y-m-d', strtotime($row['date']));
        ?>
"><?php 
        echo $row['date_formatted'];
        ?>
</time>
					</span>
					<p><?php 
        echo htmlentities(stripslashes($row['comment']));
        ?>
</p>
					<?php 
        echo $objRate->buttonSet($row['id']);
        ?>
				</div>
			
			<?php 
    }
    ?>
		
		<?php 
} else {
    ?>
			<p>There are currently no comments.</p>
		<?php 
}
?>