Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

251
Vistas
save and recall <input> into database with php
 <input type="text" id="REI1" maxlength="4" onfocusout="TextBoxAway(this.id);" name="REI1">

I have about 8 of these and I have this function to make it uppercase. It will also get rid of texbox formating on focus lost.

function TextBoxAway(id) {
  if (document.getElementById(id) == null){
    return
  }
  else {
    var x = document.getElementById(id);
    x.value = x.value.toUpperCase();
  }
}

I need to try to get all 8 of these input boxes to update in a sql database with php every time they are changed (Focus Lost). I also need them to reshow up when the user is logged in so it will be saved with a user id. Any Help would be appreciated.

about 4 years ago · Santiago Gelvez
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda