Ver Mensaje Individual
  #9 (permalink)  
Antiguo 16/11/2008, 03:00
Avatar de jaronu
jaronu
 
Fecha de Ingreso: febrero-2008
Mensajes: 2.183
Antigüedad: 16 años, 2 meses
Puntos: 52
Respuesta: ver.php aroja un error en el row

Hola

si hazlo asi,

$id = '$_GET[id]'")

$q = mysql_query("SELECT id, cabezera, titulo, breve_texto, Noticia, imagen, fecha, url FROM articulos WHERE id='$id'") or die (mysql_error());

Un saludo