$sSQL="Select * From GestionDatos order by id desc";
$result=mysql_query($sSQL);
?>
While($row=mysql_fetch_array($result))
{
if ($row["categoria"]=='1') {
if ($row["publicar"]=='1') { ?>
"; ?>
echo "
" . $row["titulo"] . "
";?>
echo "
" . $row["cabecera"] . "
"; ?>
echo "
Leer más"; ?>
echo "
"; ?>
} } } mysql_free_result($result) ?>