Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

256
Visualizações
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 à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda