
15/09/2005, 07:35
|
 | | | Fecha de Ingreso: octubre-2003 Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 4 meses Puntos: 11 | |
Prueba con:
$result=mysql_query("UPDATE manuales SET Titulo='$titulo',Descripcion='$descripcion',Fuente ='$fuente',
Nom_Archivo='$nomarch',id_clasf=$clasificacion WHERE Seq=$upd",$link) or die(mysql_error());
para ver si te muestra algun error. |