$sql_upd
".mysql_error($conexion)); $numrows = mysql_num_rows( $res ); if ( $numrows > 0 ) $datos = mysql_fetch_array($res); ?> if ( confirm(\"Atencion: Esta a punto de eliminar la noticia.\") ) document.location.href = \"noticias.php?del=$datos[3]\" "; } else if ( isset( $sadd ) || isset( $smod ) ) { ?>
">

style="width: 100%; font-family: arial, serif;font-size: 8pt;background-color: #5088CC;border: 1px solid #97B8E1;">

'; // $numrows = mysql_num_rows( $res ); if ( $numrows > 0 ) { // $datos = mysql_fetch_array($res); echo "$datos[0]
"; echo "".stripslashes($datos[1]).""; echo "
".nl2br(stripslashes($datos[2]))."

"; } else { echo "No hay noticias en el sistema"; } mysql_free_result($res); mysql_close($conexion); echo "

"; } ?>