Ver Mensaje Individual
  #13 (permalink)  
Antiguo 13/11/2009, 15:17
Avatar de dcreate
dcreate
 
Fecha de Ingreso: octubre-2009
Ubicación: Veracruz
Mensajes: 536
Antigüedad: 14 años, 6 meses
Puntos: 22
Respuesta: Noticiero php

pero debe de ir entre comillas

Código php:
Ver original
  1. echo '<h2> Titulo;'.$row["titulo"].' </h2>Fecha de creacion; '.$row["fecha"].'<br>Noticia Corta: '.$row["noticia_corta"].' <br>Noticia: '.$row["noticia"].' <br><br><a href="editar.php?id_noticia='.$row['id_noticia'].'">editar</a> | <a href="borrar.php?id_noticia='.$row['id_noticia'].'">borrar</a>';