Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/03/2007, 08:01
IngProd
 
Fecha de Ingreso: marzo-2007
Mensajes: 78
Antigüedad: 17 años, 1 mes
Puntos: 0
Re: ¿Cómo modifico un registro en MySQL?

Hola,
Prueba a poner esto y así te dará información del error:
Código PHP:
mysql_query("UPDATE texto SET txt='$_SESSION[txt]' WHERE user_id='$_SESSION[user_id] AND ttxt='$ttxt'") or die (mysql_error()); 
Suerte!!