Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/06/2005, 18:32
infoportal
 
Fecha de Ingreso: abril-2002
Ubicación: las condes
Mensajes: 184
Antigüedad: 22 años
Puntos: 1
aqui va el codigo

<?

$conexion = odbc_connect("noticiasfaro","","","");

$rs= odbc_exec("select titulo, lugar, descripcioncorta, contenido, Id, tipo from noticias Where tipo='publicado' Orden By Id Limit 2");

while($res = odbc_fetch_array($rs))

echo "
<table width=\"75%\">
<tr>
<td><table width=\"281\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
<td width=\"100%\" bgcolor=\"#666699\" valign=\"top\">&nbsp;<font color=\"#FFFFFF\" size=\"1\" face=\"Verdana, arial, helvetica, sans-serif\">$res[titulo]</font></td>
</tr>
</table></td>
</tr>
<tr>
<td><font face=\"Verdana\" size=\"1\" color=\"#FFFFFF\">$res[contenido]</font><BR>
<BR> <div align=\"right\"><a href=\"informate.php?id=$res[Id]\" class=\"h2\">Más
info...</a></div></td>
</tr>
</table>";


odbc_close_all();

?>
__________________
Juan Pablo Sánchez