Ver Mensaje Individual
  #5 (permalink)  
Antiguo 30/04/2011, 11:41
edotropic
 
Fecha de Ingreso: noviembre-2010
Ubicación: chile,santiago
Mensajes: 101
Antigüedad: 13 años, 5 meses
Puntos: 1
Respuesta: duda con update por php a mysql

gracias por la respuesta me dio este error
Notice: Undefined index: telefonos in C:\wamp\www\public_html\contactos\modificar.php on line 40

Notice: Undefined index: id in C:\wamp\www\public_html\contactos\modificar.php on line 43
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1' at line 1
la linea 40 es
telefonos= '".$_POST['telefonos']."',
i la 43

where id= '".$_POST['id']."'");