Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/06/2010, 17:35
Avatar de masterojitos
masterojitos
 
Fecha de Ingreso: julio-2008
Ubicación: Lima Callao Chucuito
Mensajes: 1.931
Antigüedad: 15 años, 9 meses
Puntos: 105
Respuesta: Error mysql_query y otros XD

tu variable de conexion es $connect no $link

reemplaza:
mysql_query("update noticias Set noticia='$noticia',titulo='$titulo' where id_noticia='$id'", $link);
por:
mysql_query("update noticias Set noticia='$noticia',titulo='$titulo' where id_noticia='$id'", $connect);

Suerte.
__________________
Atte. MasterOjitos :ojotes:
Todo sobre Programación Web
Las ultimas tendencias en Efectos y Recursos Web: MasterOjitos Blog