Ver Mensaje Individual
  #12 (permalink)  
Antiguo 13/11/2009, 15:12
DJINVACION
 
Fecha de Ingreso: febrero-2008
Mensajes: 23
Antigüedad: 16 años, 2 meses
Puntos: 0
Respuesta: Noticiero php

ahora me sale este error

Cita:
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>;
ya intente quitando ' al inicio de


Cita:
echo '<h2>
pero me cambio de todo de color, ha por cierto estoy usando zend como editor.

ahora bien el error que me sale en el explore es este:

Cita:
Parse error: syntax error, unexpected '>' in C:\xampp\htdocs\Proyecto\administracion\index.php on line 50