Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/09/2008, 11:39
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Midificar datos en db

Prueba esto:
Código PHP:
$result=mysql_query("UPDATE datos SET titulo=$titulo,
    texto=$texto, imagen=$imagen WHERE id=$id"
,$conexion) or die( mysql_error() ); 
Saludos.