Ver Mensaje Individual
  #6 (permalink)  
Antiguo 15/02/2012, 18:01
dotzeck
 
Fecha de Ingreso: diciembre-2010
Ubicación: Gavà
Mensajes: 74
Antigüedad: 13 años, 4 meses
Puntos: 3
Respuesta: Update con php

Código PHP:
Ver original
  1. UPDATE maca_configuracion
  2. SET tituloweb=\"$tituloweb\",
  3.      descripcionweb=\"$descripcionweb\",
  4.      keywords=\"$keywords\",  
  5.      alexaverifyid=\"$alexaverifyid\",  
  6.      msvalidate=\"$msvalidate\",
  7.      google=\"$google\",
  8.      adminemail=\"$adminemail\",
  9.      personalemail=\"$personalemail\",
  10.      titulomensajes=\"$titulomensajes\",  
  11.      semanal=\"$semanal\",  
  12.      horario=\"$horario\",
  13.      telefono=\"$telefono\",
  14.      tiempo=$tiempo
  15. WHERE idconfiguracion=$idconfiguracion

Prueba eso xD