//
$sql="select F.idNoticia,
F.txChamada,
F.dsManchete,
F.txMateria,
F.dtPublicacao
from noticia F
where F.tpTabela=1 and
F.txChamada != 'Ingles'
order by dtPublicacao DESC;";
$bdResult = bdAutoExecute($sql,"");
//
?>
Informativo
while ($linha=mysql_fetch_array($bdResult)){
$conteudo = removeformatext($linha[txMateria])?>