@header('Content-Type: text/html; charset=utf-8');
include('funciones.php');
include 'conn.php';
$alto_celda = 700;
$id_n = $_REQUEST['id_n'];
$ori = $_REQUEST['ori'];
$sql_not = mysql_query("select * from neu_noticias where id_noticia = '$id_n'");
$id_noticia = mysql_result($sql_not,0,"id_noticia");
$fecha = mysql_result($sql_not,0,"fecha");
$titulo = mysql_result($sql_not,0,"titulo");
$resumen = mysql_result($sql_not,0,"resumen");
$detalle = mysql_result($sql_not,0,"detalle");
$foto1 = mysql_result($sql_not,0,"foto1");
$video = mysql_result($sql_not,0,"video");
$resumen = nl2br($resumen);
$detalle = nl2br($detalle);
if ($ori==1){
mysql_query("update neu_noticias set visitas_face = visitas_face + 1 where id_noticia = '$id_noticia'");
}else{
mysql_query("update neu_noticias set visitas = visitas + 1 where id_noticia = '$id_noticia'");
}
?>
| include('superior.php'); ?> |
include('menu_superior.php'); ?>
|
 |
NOTICIAS DE NEUMATICOS |
|
|
if ($foto1!=NULL){ ?> } ?> |
|
|
|
|
if ($id_noticia==47){ ?>
|
|
} ?>
|
|
|
|
include('columna_derecha.php');?> |
|
 |
include('pie.php');
?>