";
$getUpdate = mysql_query("SELECT * FROM `aglobal_updates` WHERE 1 ORDER BY `id` DESC limit 10");
while($urow=mysql_fetch_array($getUpdate)){
echo "
";
echo "";
echo "".$urow['title']."
www.portal.autohubgroup.com ";
echo "".substr($urow['description'],0,90)." more... ";
echo " Date: ".$urow['date']." | ".$urow['time']." ";
echo " | ";
echo "
";
}
echo "";
?>