$postlen = strlen($row['PostContent']);
if($postlen > 299)
{
$postcon = substr($row['PostContent'], 0, 300) . "...";
}
else
{
$postcon = $row['PostContent'];
}
?>
$thismenucategory = 3; ?>