Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/08/2004, 13:32
Avatar de Genetix
Genetix
 
Fecha de Ingreso: febrero-2002
Ubicación: Lima - Perú
Mensajes: 1.600
Antigüedad: 22 años, 11 meses
Puntos: 45
Hola karpoj23

prueba de esta manera
Código PHP:
$sql="UPDATE property SET ref='".$_POST['referencia']."', nombre='".$_POST['nombre']."', habs='".$_POST['numero']."', id='".$_POST['id']."', ing='".$_POST['ingl']."', esp='".$_POST['espa']."', fra='".$_POST['fran']."', ale='".$_POST['alem']."',ciudad='".$_POST['ciudad']."',precio='".$_POST['precio']."' WHERE ref='$recib'"
Saludos